This endpoint is designed to retrieve style data from your account.
Endpoint
- Method: GET
- URI:
https://api.jooraccess.com/v2/style-number/[style_number]/[style_identifier]
https://api.jooraccess.com/v2/style/[joor_style_id]
Params
- Accept: application/xml OR application/json
- Authorization: OAuth2 [Base64 encoded token]
Request Examples
GET | https://api.jooraccess.com/v2/style?count=100
Returns 100 Styles starting from 0
GET | https://api.jooraccess.com/v2/style?start_from=1000&count=100
Returns 100 Styles starting from 1000
GET | https://api.jooraccess.com/v2/style?date_created_start=2022-01-01&date_created_end=2022-06-30
Returns Styles created between January 1, 2022 and June 30, 2022
GET | https://api.jooraccess.com/v2/style?date_start=2022-11-01&date_end=2022-11-30
Returns Styles modified in the month of November 2022
GET | https://api.jooraccess.com/v2/style-number/005000000/005000000
Returns the specified style by the style number, and style-identifier (Brand specified ID)
GET | https://api.jooraccess.com/v2/style/700478
Returns the specified style by the JOOR Style ID
Request Parameter Details
FIELD NAME | REQ | VALUE | MAX | DESCRIPTION |
---|---|---|---|---|
count | N | Integer | Override the default paging to return the specified number of styles | |
start_from | N | Integer | Specify which style the response should start from | |
date_created_start | N (Y if date_created_end was provided) | String | Earliest created date in a range (in UTC format YYYY-MM-DDThh:mm:ss.sTZD) | |
date_created_end | N (Y if date_created_start was provided) | String | Latest created date in a range (in UTC format YYYY-MM-DDThh:mm:ss.sTZD) | |
date_start | N (Y if date_end was provided) | String | Earliest modified date in a range (in UTC format YYYY-MM-DDThh:mm:ss.sTZD) | |
date_end | N (Y if date_start was provided) | String | Latest modified date in a range (in UTC format YYYY-MM-DDThh:mm:ss.sTZD) |
Response Field Details
FIELD NAME | TYPE | MAX | DESCRIPTION |
---|---|---|---|
+ response | node : 1-1 | ||
code | Integer | success/error code | |
comment | Any String | error details | |
log_id | Any String | correlation id | |
+ styles | node : 0-1 | ||
+ style | node : 1-n | ||
style_id | Integer | The JOOR ID for the style (passed in responses). | |
style_name | Any String | 100 | The name of the style as it is intended to be displayed. |
style_number | Any String | 45 | Code used to signify styles. |
style_identifier | Any String | 100 | A client designated ID or key used to identify a particular style. |
style_description | Any string | 500 | Text description for the style. |
made_to_order | Boolean | Boolean value that indicates if the style has inventory constraints. Can only be used to remove inventory constraints if a style already has inventory loaded. | |
division | Any String | 100 | The primary division the style belongs to. Required if a division code is provided. |
division_code | Any String | 25 | Code used to signify the division. |
style_country_origin | Any String | 100 | The country where the style is manufactured. |
fabrication | Any String | 150 | Description of the fabrication. This field can be used to group linesheets. |
fabrication_code | Any String | 45 | Code used to signify the fabrication. |
measurements | Any String | 255 | Description of the general measurements of the style. |
silhouette | Any String | 150 | Description of the silhouette. |
silhouette_code | Any String | 45 | Code used to signify the silhouette. |
source_of_materials | Any String | 100 | Description of the source of the material used to construct the style. |
heel_height | Any String | 45 | Description of the height of the heel for footwear. |
contains_fur | Boolean | Boolean value that indicates if the style contains fur. | |
best_seller | Boolean | Boolean value that indicates if the style is a best selling item. | |
minimum | Integer | 5 | A guideline minimum per style to be bought. |
+ materials | node : 0-1 | ||
material | Any String | 125 | Description of the material used to construct the style. |
+ prices | node : 1-1 | ||
+ price | node : 1-n | ||
price_label | Any String | 50 | Used to delineate between multiple prices of the same currency. |
price_currency | Any String | 3 | The 3 letter ISO designation of the price's currency. |
price_wholesale | Decimal | 5 | The price the retailer will pay for the for the style when ordering. Use decimal point (.) instead of group separator (,) when entering values. |
price_retail | Decimal | 5 | The recommended retail price of the style. Use decimal point (.) instead of group separator (,) when entering values. |
price_currency_retail | Any String | 3 | The 3 letter ISO designation of the retail price currency. |
+ deliveries | node : 0-1 | ||
+ delivery | node : 1-n | ||
delivery_name | Any String | 100 | A descriptive name for the delivery (linesheet) displayed to customers. |
delivery_code | Any String | 100 | A code associated with the delivery (linesheet). |
style_display_order | Integer | The order in which the style is displayed within the delivery (linesheet). | |
season_name | Any String | 100 | The name of the season. |
season_year | Integer | The year of the season. | |
season_code | Any String | 25 | Code used to signify the season. Recommended as 3 digit (padded). |
date_cancel | UTC Datefield | The delivery cancel date. | |
date_delivery_start | UTC Datefield | The delivery starting date. | |
date_delivery_end | UTC Datefield | The delivery ending date (complete ship date). | |
public | 1,0 | 1 | If the field is not provided the default setting = yes. If public = 1 then the Delivery is viewable to connections on the Website. |
style_comments | Text | 255 | Delivery (linesheet)-specific comments about the style. |
+ color_exclusions | node : 0-1 | ||
+ color_exclusion | node : 1-n | ||
color_name | Any String | 100 | The display name of the color. |
color_code | Any String | 100 | The client color code. Recommended as 3 digit (padded). |
+ categories | node : 0-1 | ||
+ category | node : 1-n | ||
category_parent | Any String | Joor Parent category. | |
+ subcategories | node : 1-n | ||
subcategory_parent | Any String | Joor sub-category. | |
+ subcategory | node : 1-1 | ||
sub_category_id | Integer | Joor subcategory ID field. | |
subcategory_label | Integer | Joor subcategory label field. | |
+ colors | node : 1-1 | ||
+ color | node : 1-n | ||
color_name | Any String | 100 | The display name of the color. |
color_code | Any String | 100 | The client color code. Recommended as 3 digit (padded). |
minimum | Integer | 5 | A minimum per color to be bought. |
color_image | Any String | URL to the image file path on JOOR’s servers. | |
color_hex | Any String | Hexidecimal color number used to represent the color without use of a swatch. | |
+ sizes | node : 1-1 | ||
+ size | node : 1-n | ||
size_name | Any String | 50 | The individual sizes available for purchase. |
size_code | Any String | 25 | A client specified code or identifier for the size (often a size run code). |
size_description | Any String | 100 | A long description that could include case pack description or size translations. |
size_multiplier | Integer | Indicates number of items included in a casepack. | |
+ badges | node : 0-1 | ||
+ badge | node : 1-n | ||
badge_id | Integer | JOOR assigned ID for the badge. | |
badge_name | Any String | 255 | A description of the badge, (e.g. Best Seller). |
badge_upload_id | Integer | JOOR assigned ID for the badge image. | |
badge_image_path | Any String | File path for the image assigned to the badge. | |
+ tags | node : 0-1 | ||
+ tag | node : 1-n | ||
tag_id | Integer | The JOOR assigned ID for the style tag. If tag has been pre-created in JOOR, can be sent to add/update tag values to styles. | |
tag_group | Any String | 100 | The group in which the tag resides in JOOR. Required if sending tags without tag_id. |
tag_name | Any String | 50 | The name of the tag as specified in JOOR. Required if sending tags without tag_id. |
tag_value | Any String | 100 | The value being populated in the style tag. Required if sending tags to JOOR. |
tag_value_code | Any String | 45 | The code corresponding to the value being populated in the style tag. |
+ upcs | node : 1-0-1 | ||
+ style_upc | node : 1-n | ||
sku_color_code | Any String | 50 | The SKU color code used to make up the UPC. |
sku_size | Any String | 50 | The SKU size (size_name) used to make the UPC. |
upc | Any String | 100 | The universal product code for the designated SKU (Style Number, Color, Size). |
inventory_available | Integer | Current inventory total for this Style, Color, Size. | |
+ images | node : 0-1 | ||
image_path | Any String | File path for the image assigned to the style. |
Response Example
<?xml version="1.0" encoding="utf-8"?>
<styles>
<style>
<style_id>1252163</style_id>
<style_name>Test Style 1 sleeveless top</style_name>
<style_number>Test Style 1</style_number>
<style_identifier>Test Style 1</style_identifier>
<style_description>This is a sleeveless top.</style_description>
<made_to_order>True</made_to_order>
<division>W.E</division>
<division_code>W.E</division_code>
<style_country_origin>Italy</style_country_origin>
<fabrication>50% Wool/ 40% Acrylic/ 10% Alpaca</fabrication>
<fabrication_code></fabrication_code>
<silhouette>Slim</silhouette>
<silhouette_code>SLM</silhouette_code>
<measurements></measurements>
<source_of_materials>CN</source_of_materials>
<heel_height>N/A</heel_height>
<contains_fur>False</contains_fur>
<best_seller>True</best_seller>
<minimum>200</minimum>
<categories>
<category>
<category_parent>Women's</category_parent>
<subcategories>
<subcategory_parent>Apparel</subcategory_parent>
<subcategory>
<subcategory_id>2</subcategory_id>
<subcategory_label>Tops</subcategory_label>
</subcategory>
</subcategories>
</category>
</categories>
<materials>
<material>54% POLYAMIDE 32% COTON 14% POLYESTER</material>
</materials>
<prices>
<price>
<price_label>LUCY</price_label>
<price_currency>GBP</price_currency>
<price_wholesale>53.00</price_wholesale>
<price_retail>145.00</price_retail>
<price_currency_retail>GBP</price_currency_retail>
</price>
<price>
<price_label>EUROPE</price_label>
<price_currency>EUR</price_currency>
<price_wholesale>63.00</price_wholesale>
<price_retail>0.00</price_retail>
<price_currency_retail>EUR</price_currency_retail>
</price>
<price>
<price_label>EXPORT-WW</price_label>
<price_currency>EUR</price_currency>
<price_wholesale>68.50</price_wholesale>
<price_retail>0.00</price_retail>
<price_currency_retail>EUR</price_currency_retail>
</price>
<price>
<price_label>EXPORT-CN</price_label>
<price_currency>EUR</price_currency>
<price_wholesale>72.50</price_wholesale>
<price_retail>0.00</price_retail>
<price_currency_retail>EUR</price_currency_retail>
</price>
<price>
<price_label>EXPORT-US</price_label>
<price_currency>USD</price_currency>
<price_wholesale>95.00</price_wholesale>
<price_retail>0.00</price_retail>
<price_currency_retail>USD</price_currency_retail>
</price>
</prices>
<deliveries>
<delivery>
<delivery_name>Summer '16 Basic Women</delivery_name>
<delivery_code>S16</delivery_code>
<style_display_order>25</style_display_order>
<season_name>Summer</season_name>
<season_year>2016</season_year>
<season_code>S2016</season_code>
<date_cancel></date_cancel>
<date_delivery_start>2016-01-15</date_delivery_start>
<date_delivery_end>2016-03-31</date_delivery_end>
<public>0</public>
<style_comments></style_comments>
<color_exclusions>
<color_exclusion>
<color_name>Combo 1</color_name>
<color_code>C1</color_code>
</color_exclusion>
</color_exclusions>
</delivery>
</deliveries>
<colors>
<color>
<color_name>Combo 1</color_name>
<color_code>C1</color_code>
<color_image></color_image>
<color_hex></color_hex>
<minimum>0</minimum>
</color>
<color>
<color_name>Combo 2</color_name>
<color_code>C2</color_code>
<color_image></color_image>
<color_hex></color_hex>
<minimum>0</minimum>
</color>
</colors>
<sizes>
<size>
<size_name>34</size_name>
<size_code>34</size_code>
<size_description>34</size_description>
<size_multiplier></size_multiplier>
</size>
<size>
<size_name>36</size_name>
<size_code>36</size_code>
<size_description>36</size_description>
<size_multiplier></size_multiplier>
</size>
<size>
<size_name>38</size_name>
<size_code>38</size_code>
<size_description>38</size_description>
<size_multiplier></size_multiplier>
</size>
<size>
<size_name>40</size_name>
<size_code>40</size_code>
<size_description>40</size_description>
<size_multiplier></size_multiplier>
</size>
<size>
<size_name>42</size_name>
<size_code>42</size_code>
<size_description>42</size_description>
<size_multiplier></size_multiplier>
</size>
<size>
<size_name>44</size_name>
<size_code>44</size_code>
<size_description>44</size_description>
<size_multiplier></size_multiplier>
</size>
<size>
<size_name>C11</size_name>
<size_code>C11</size_code>
<size_description>C11</size_description>
<size_multiplier>5</size_multiplier>
</size>
</sizes>
<badges>
<badge>
<badge_id>-1</badge_id>
<badge_name>Best Seller</badge_name>
<badge_upload_id>5168719</badge_upload_id>
<badge_image_path>jooraccess.com/img/style/best_seller_icon.50x50.png</badge_image_path>
</badge>
</badges>
<tags>
<tag>
<tag_id>15557</tag_id>
<tag_group>Tag1</tag_group>
<tag_name>Style Tag1</tag_name>
<tag_value>Acid</tag_value>
<tag_value_code>ACIDCODE</tag_value_code>
</tag>
</tags>
<upcs>
<style_upc>
<sku_color_code>C1</sku_color_code>
<sku_size>36</sku_size>
<upc>5414855153715</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C1</sku_color_code>
<sku_size>42</sku_size>
<upc>5414855153746</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C1</sku_color_code>
<sku_size>34</sku_size>
<upc>5414855153708</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C1</sku_color_code>
<sku_size>40</sku_size>
<upc>5414855153739</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C1</sku_color_code>
<sku_size>44</sku_size>
<upc>5414855153753</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C1</sku_color_code>
<sku_size>38</sku_size>
<upc>5414855153722</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C2</sku_color_code>
<sku_size>34</sku_size>
<upc>5414855153760</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C2</sku_color_code>
<sku_size>44</sku_size>
<upc>5414855153814</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C2</sku_color_code>
<sku_size>36</sku_size>
<upc>5414855153777</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C2</sku_color_code>
<sku_size>38</sku_size>
<upc>5414855153784</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C2</sku_color_code>
<sku_size>40</sku_size>
<upc>5414855153791</upc>
<inventory_available>0</inventory_available>
</style_upc>
<style_upc>
<sku_color_code>C2</sku_color_code>
<sku_size>42</sku_size>
<upc>5414855153807</upc>
<inventory_available>0</inventory_available>
</style_upc>
</upcs>
<images>
<image_path>/img/uploads/accounts/55555/images/Test Style 1-c2bl-ap1-56.jpg</image_path>
</images>
</style>
</styles>
{
"response": {
"code": "0",
"comment": "",
"log_id": "222dd2b5-465f-4df9-b2a6-36c8f47693d9"
},
"styles": {
"style": {
"style_id": "1252163",
"style_name": "Test Style 1 sleeveless top",
"style_number": "Test Style 1",
"style_identifier": "Test Style 1",
"style_description": "This is a sleeveless top.",
"made_to_order": "True",
"division": "W.E",
"division_code": "W.E",
"style_country_origin": "Italy",
"measurements": "",
"fabrication": "50% Wool/ 40% Acrylic/ 10% Alpaca",
"fabrication_code": "",
"silhouette": "Slim",
"silhouette_code": "SLM",
"source_of_materials": "CN",
"heel_height": "N/A",
"contains_fur": "False",
"best_seller": "True",
"minimum": "200",
"categories": [
{
"category_parent": "Women's",
"subcategories": [
{
"subcategory_parent": "Apparel",
"subcategory": [
{
"subcategory_id": "2",
"subcategory_label": "Tops"
}
]
}
]
}
],
"materials": [
"54% POLYAMIDE 32% COTON 14% POLYESTER"
],
"prices": [
{
"price_label": "LUCY",
"price_currency": "GBP",
"price_wholesale": 53,
"price_retail": 145,
"price_currency_retail": "GBP"
},
{
"price_label": "EXPORT-WW",
"price_currency": "EUR",
"price_wholesale": 68.5,
"price_retail": 0,
"price_currency_retail": "EUR"
},
{
"price_label": "EUROPE",
"price_currency": "EUR",
"price_wholesale": 63,
"price_retail": 0,
"price_currency_retail": "EUR"
},
{
"price_label": "EXPORT-CN",
"price_currency": "EUR",
"price_wholesale": 72.5,
"price_retail": 0,
"price_currency_retail": "EUR"
},
{
"price_label": "EXPORT-US",
"price_currency": "USD",
"price_wholesale": 95,
"price_retail": 0,
"price_currency_retail": "USD"
}
],
"deliveries": [
{
"delivery_name": "Summer '16 Basic Women",
"delivery_code": "S16",
"style_display_order": 25,
"season_name": "Summer",
"season_year": "2016",
"season_code": "S2016",
"date_cancel": "",
"date_delivery_start": "2016-01-15",
"date_delivery_end": "2016-03-31",
"public": "0",
"style_comments": "",
"color_exclusions": [
{
"color_name": "Combo 1",
"color_code": "C1"
}
]
}
],
"colors": [
{
"color_name": "Combo 1",
"color_code": "C1",
"color_image": "",
"color_hex": "",
"minimum": "0"
},
{
"color_name": "Combo 2",
"color_code": "C2",
"color_image": "",
"color_hex": "",
"minimum": "0"
}
],
"sizes": [
{
"size_name": "34",
"size_code": "34",
"size_description": "34",
"size_multiplier": ""
},
{
"size_name": "36",
"size_code": "36",
"size_description": "36",
"size_multiplier": ""
},
{
"size_name": "38",
"size_code": "38",
"size_description": "38",
"size_multiplier": ""
},
{
"size_name": "40",
"size_code": "40",
"size_description": "40",
"size_multiplier": ""
},
{
"size_name": "42",
"size_code": "42",
"size_description": "42",
"size_multiplier": ""
},
{
"size_name": "44",
"size_code": "44",
"size_description": "44",
"size_multiplier": ""
},
{
"size_name": "C11",
"size_code": "C11",
"size_description": "C11",
"size_multiplier": "5"
}
],
"badges": [
{
"badge_id": "-1",
"badge_name": "Best Seller",
"badge_upload_id": "5168719",
"badge_image_path": "https://cdn.jooraccess.com/img/style/best_seller_icon.50x50.png"
}
],
"tags": [
{
"tag_id": 15557,
"tag_group": "Tag1",
"tag_name": "Style Tag1",
"tag_value": "Acid",
"tag_value_code": "ACIDCODE"
}
],
"upcs": [
{
"sku_color_code": "C2",
"sku_size": "42",
"upc": "5414855153807",
"inventory_available": "0"
},
{
"sku_color_code": "C2",
"sku_size": "40",
"upc": "5414855153791",
"inventory_available": "0"
},
{
"sku_color_code": "C2",
"sku_size": "34",
"upc": "5414855153760",
"inventory_available": "0"
},
{
"sku_color_code": "C2",
"sku_size": "44",
"upc": "5414855153814",
"inventory_available": "0"
},
{
"sku_color_code": "C2",
"sku_size": "36",
"upc": "5414855153777",
"inventory_available": "0"
},
{
"sku_color_code": "C2",
"sku_size": "38",
"upc": "5414855153784",
"inventory_available": "0"
},
{
"sku_color_code": "C1",
"sku_size": "44",
"upc": "5414855153753",
"inventory_available": "0"
},
{
"sku_color_code": "C1",
"sku_size": "40",
"upc": "5414855153739",
"inventory_available": "0"
},
{
"sku_color_code": "C1",
"sku_size": "38",
"upc": "5414855153722",
"inventory_available": "0"
},
{
"sku_color_code": "C1",
"sku_size": "34",
"upc": "5414855153708",
"inventory_available": "0"
},
{
"sku_color_code": "C1",
"sku_size": "36",
"upc": "5414855153715",
"inventory_available": "0"
},
{
"sku_color_code": "C1",
"sku_size": "42",
"upc": "5414855153746",
"inventory_available": "0"
}
],
"images": [
"/img/uploads/accounts/55555/images/Test Style 1-c2bl-ap1-56.jpg"
]
}
}
}