Menu Close

Get Support From ShopWired Close

All systems fully operational

Subscribe To Updates
Prefer To Live Chat? Chat directly with ShopWired support Quickest response time
Send A Message
Response within 24 hours

Menu Close

You are viewing legacy help guides for the old ShopWired interface. Visit the new help centre at https://help.shopwired.io for the latest help information.
Menu

Article for radu

h1

h2

h3

h4

h5
h6

Highlight text to display with a blue background (like twig variables)

Text

Show a blue background alarm bell

We Can Help!

Creating variations can be daunting. Please read the instructions below carefully but if you need help with anything please do get in touch with us.

Display a warning triangle and message

Warning!

Its important to beware of doing a lot of work on a spreadsheet only to find that once you have finished the spreadsheet can't be used because you have done things incorrectly so that's why we advise you to do a small test first.

Display a line break


API documentation:

Category Properties
id { "id" : 989034056 }
The unique ShopWired ID for the product
title { "title" : This is the product name }
The name/title entered for the product.
description { "description" : This product is available }
The description for the product.
GET /v1/categories/ID

Retrieves a single category.

embed parents
fields Comma separated list of properties to include
GET /v1/categories/1?embed=parents
HTTP/1.1 200 OK
{
    "id": 1,
    "title": "...",
    "description": "...",
    "url": "http://<a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug">www.domain.com/slug",
    "active": true,
    "metaTitle": "...",
    "metaKeywords": "...",
    "metaDescription": "...",
    "image": {
        "url": "https://static.ecommercedns.uk/images/456e70cea611e36883b4dd3e02bb3a70.jpg?1"
    },
    "parents": [
        {
            "id": 2,
            "title": "...",
            "description": "...",
            "url": "http://www.domain.com/slug",
            "active": true,
            "metaTitle": "...",
            "metaKeywords": "...",
            "metaDescription": "..."
        }
    ]
}
        


Category Properties
id { "id" : 989034056 }
The unique ShopWired ID for the product
title { "title" : This is the product name }
The name/title entered for the product.
description { "description" : This product is available }
The description for the product.

More stuff

Code

Here are some computer code examples.

Highlight

Text

We Can Help!

Creating variations can be daunting. Please read the instructions below carefully but if you need help with anything please do get in touch with us.

Warning!

Its important to beware of doing a lot of work on a spreadsheet only to find that once you have finished the spreadsheet can't be used because you have done things incorrectly so that's why we advise you to do a small test first.


Category Properties
id { "id" : 989034056 }
The unique ShopWired ID for the product
title { "title" : This is the product name }
The name/title entered for the product.
description { "description" : This product is available }
The description for the product.
GET /v1/categories/ID

Retrieves a single category.

embed parents
fields Comma separated list of properties to include

GET /v1/categories/1?embed=parents

HTTP/1.1 200 OK
{
    "id": 1,
    "title": "...",
    "description": "...",
    "url": "http://<a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug"><a href="http://<a href=" http:="" www.domain.com"="">www.domain.com</a>/slug">www.domain.com/slug",
    "active": true,
    "metaTitle": "...",
    "metaKeywords": "...",
    "metaDescription": "...",
    "image": {
        "url": "https://static.ecommercedns.uk/images/456e70cea611e36883b4dd3e02bb3a70.jpg?1"
    },
    "parents": [
        {
            "id": 2,
            "title": "...",
            "description": "...",
            "url": "http://www.domain.com/slug",
            "active": true,
            "metaTitle": "...",
            "metaKeywords": "...",
            "metaDescription": "..."
        }
    ]
}