BLANC* (1.0.0)
Login
Returns the token used to authentication.
header Parameters
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/jsonrequired
email required | email The user email. |
password required | string The user password. |
seller | integer The seller associated to user. |
Responses
Request samples
- Payload
{- "email": "tess.harris@example.com",
- "password": "i4iQ_Azn(}^",
- "seller": 11
}
Response samples
- 200
- 422
{- "data": {
- "token": "{JWT_TOKEN}",
- "user": {
- "email": "user@mail.com",
- "first_name": "User",
- "last_name": null,
- "seller": {
- "id": 1,
- "name": "Osklen"
}
}, - "can_choose_seller": true
}
}
Sellers associated to user
List the sellers associated with the logged in user. It can be used as reference to create a new token.
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
List available sizes
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 1,
- "name": "S"
}, - {
- "id": 1,
- "name": "S"
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List available colors
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 1,
- "name": "Pink",
- "color": "#C91481",
- "extra_color": ""
}, - {
- "id": 1,
- "name": "Pink",
- "color": "#C91481",
- "extra_color": ""
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List available textures
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 29,
- "name": "Colored",
}, - {
- "id": 29,
- "name": "Colored",
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List available price lists
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 609,
- "name": "BAM",
- "currency": "BAM"
}, - {
- "id": 610,
- "name": "ALL",
- "currency": "ALL"
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List available currencies
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": {
- "AUD": "Australian Dollar",
- "BRL": "Brazilian Real",
- "GBP": "British Pound",
- "EUR": "Euro",
- "USD": "US Dollar"
}
}
List available segments
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 13,
- "name": "Women"
}, - {
- "id": 13,
- "name": "Women"
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List available categories
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 13,
- "name": "Women"
}, - {
- "id": 13,
- "name": "Women"
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List available collections
Authorizations:
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 3,
- "name": "Future Delivery",
- "is_active": false,
}, - {
- "id": 3,
- "name": "Future Delivery",
- "is_active": false,
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
List products for the given collection
Authorizations:
path Parameters
collection_id required | integer Example: 3 The ID of the collection. |
query Parameters
filter.id | integer Example: An integer to filter by order id. |
filter.id_operator | string Example: The operator used for "id" filtering. May be one of gt, gte, lt, lte. Default value is equal. |
filter.date | string Example: An date to filter by order created. |
filter.date_operator | string Example: The operator used for "date" filtering. May be one of gt, gte, lt, lte. Default value is equal. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 3,
- "collection_id": 3,
- "name": "Brisa",
- "description": "High heel made with lacquered leather and salmon leather (color Black and Green), or crackled leather and Mestizo (Goatskin) leather (color Dark Blue and Silver) or lacquered leather and salmon leather (color Orange and Nude). Leather soles, inner soles and lining. Heel measures 10 cm.",
- "is_active": false,
- "reference_code": "Brisa 01/02",
- "internal_name": "",
- "wholesale_price": "95.00",
- "wholesale_price_currency": "USD",
- "retailer_price": "285.00",
- "retailer_price_currency": "USD",
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "order_delivery_days": 60,
- "unit_weight": "1.126",
- "composition": ""
}, - {
- "id": 3,
- "collection_id": 3,
- "name": "Brisa",
- "description": "High heel made with lacquered leather and salmon leather (color Black and Green), or crackled leather and Mestizo (Goatskin) leather (color Dark Blue and Silver) or lacquered leather and salmon leather (color Orange and Nude). Leather soles, inner soles and lining. Heel measures 10 cm.",
- "is_active": false,
- "reference_code": "Brisa 01/02",
- "internal_name": "",
- "wholesale_price": "95.00",
- "wholesale_price_currency": "USD",
- "retailer_price": "285.00",
- "retailer_price_currency": "USD",
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "order_delivery_days": 60,
- "unit_weight": "1.126",
- "composition": ""
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
Create a new product for the given collection
Authorizations:
path Parameters
collection_id required | integer Example: 3 The ID of the collection. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: multipart/form-data |
Accept | string Example: application/json |
Request Body schema: multipart/form-datarequired
name required | string Must not be greater than 255 characters. |
description | string |
is_active | boolean |
reference_code required | string Must not be greater than 255 characters. |
internal_name required | string Must not be greater than 255 characters. |
wholesale_price required | number Must be at least 0. |
retailer_price required | number Must be at least 0. |
wholesale_price_currency required | string Must be one of |
retailer_price_currency required | string Must be one of |
order_minimum_quantity | integer Must be at least 0. |
order_maximum_quantity | integer Must be at least 0. |
order_delivery_days | integer Must be at least 0. |
unit_weight | number Must be at least 0. |
collection_order required | integer Must be at least 0. |
composition | string |
segments | Array of strings Must be one of the segments returned from "/v1/sellers-api/segments". Must be one of |
categories | Array of strings Must be one of the categories returned from "/v1/sellers-api/categories". Must be one of |
sizes | Array of strings Must be one of the sizes returned from "/v1/sellers-api/sizes". Must be one of |
Array of objects | |
Array of objects | |
Array of objects |
Responses
Response samples
- 201
{- "data": {
- "id": 3,
- "collection_id": 3,
- "name": "Brisa",
- "description": "High heel made with lacquered leather and salmon leather (color Black and Green), or crackled leather and Mestizo (Goatskin) leather (color Dark Blue and Silver) or lacquered leather and salmon leather (color Orange and Nude). Leather soles, inner soles and lining. Heel measures 10 cm.",
- "is_active": false,
- "reference_code": "Brisa 01/02",
- "internal_name": "",
- "wholesale_price": "95.00",
- "wholesale_price_currency": "USD",
- "retailer_price": "285.00",
- "retailer_price_currency": "USD",
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "order_delivery_days": 60,
- "unit_weight": "1.126",
- "composition": "",
- "segments": [
- {
- "id": 13,
- "name": "Women"
}
], - "categories": [
- {
- "id": 86,
- "name": "Women's Shoes"
}
], - "sizes": [
- {
- "id": 1409,
- "name": "US 6"
}, - {
- "id": 1410,
- "name": "US 6.5"
}, - {
- "id": 1411,
- "name": "US 7"
}, - {
- "id": 1412,
- "name": "US 7.5"
}, - {
- "id": 1413,
- "name": "US 8"
}, - {
- "id": 1414,
- "name": "US 8.5"
}, - {
- "id": 1415,
- "name": "US 9"
}, - {
- "id": 1416,
- "name": "US 9.5"
}, - {
- "id": 1417,
- "name": "US 10"
}
], - "details": [
- {
- "id": 4,
- "text": "Materials like Salmon, Amazonian Yellow Hack Fish and Suede are unique and do not have a standardized texture..",
- "text_pt_br": null
}, - {
- "id": 6,
- "text": "Slight distinctions between products are attributed to these variations and are not the result of any defect.",
- "text_pt_br": null
}, - {
- "id": 8592,
- "text": "Paola Fabris has a minimum order of 6 pairs by each color variation",
- "text_pt_br": ""
}
], - "pricelists": [
- {
- "pricelist_id": 4,
- "wholesale_price": "95.00",
- "retailer_price": "285.00",
- "pricelist": {
- "id": 4,
- "name": "USD",
- "currency": "USD"
}
}
], - "variations": [
- {
- "id": 4,
- "color_id": 1255,
- "texture_id": null,
- "order": 0,
- "color": {
- "id": 1255,
- "name": "Black + Green",
- "color": "#000000",
- "extra_color": "#2EAD15"
}, - "texture": null,
- "pictures": [
- {
- "id": 1,
- "order": 0,
- "video_url": ""
}, - {
- "id": 54,
- "order": 0,
- "video_url": ""
}
], - "stocks": [ ]
}, - {
- "id": 5,
- "color_id": 1257,
- "texture_id": null,
- "order": 1,
- "color": {
- "id": 1257,
- "name": "Dark Blue + Silver",
- "color": "#0A30AD",
- "extra_color": "#D4D4D4"
}, - "texture": null,
- "pictures": [
- {
- "id": 2,
- "order": 0,
- "video_url": ""
}
], - "stocks": [ ]
}
]
}
}
Show product details
Authorizations:
path Parameters
id required | integer Example: 3 The ID of the product. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": {
- "id": 3,
- "collection_id": 3,
- "name": "Brisa",
- "description": "High heel made with lacquered leather and salmon leather (color Black and Green), or crackled leather and Mestizo (Goatskin) leather (color Dark Blue and Silver) or lacquered leather and salmon leather (color Orange and Nude). Leather soles, inner soles and lining. Heel measures 10 cm.",
- "is_active": false,
- "reference_code": "Brisa 01/02",
- "internal_name": "",
- "wholesale_price": "95.00",
- "wholesale_price_currency": "USD",
- "retailer_price": "285.00",
- "retailer_price_currency": "USD",
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "order_delivery_days": 60,
- "unit_weight": "1.126",
- "composition": "",
- "segments": [
- {
- "id": 13,
- "name": "Women"
}
], - "categories": [
- {
- "id": 86,
- "name": "Women's Shoes"
}
], - "sizes": [
- {
- "id": 1409,
- "name": "US 6"
}, - {
- "id": 1410,
- "name": "US 6.5"
}, - {
- "id": 1411,
- "name": "US 7"
}, - {
- "id": 1412,
- "name": "US 7.5"
}, - {
- "id": 1413,
- "name": "US 8"
}, - {
- "id": 1414,
- "name": "US 8.5"
}, - {
- "id": 1415,
- "name": "US 9"
}, - {
- "id": 1416,
- "name": "US 9.5"
}, - {
- "id": 1417,
- "name": "US 10"
}
], - "details": [
- {
- "id": 4,
- "text": "Materials like Salmon, Amazonian Yellow Hack Fish and Suede are unique and do not have a standardized texture..",
- "text_pt_br": null
}, - {
- "id": 6,
- "text": "Slight distinctions between products are attributed to these variations and are not the result of any defect.",
- "text_pt_br": null
}, - {
- "id": 8592,
- "text": "Paola Fabris has a minimum order of 6 pairs by each color variation",
- "text_pt_br": ""
}
], - "pricelists": [
- {
- "pricelist_id": 4,
- "wholesale_price": "95.00",
- "retailer_price": "285.00",
- "pricelist": {
- "id": 4,
- "name": "USD",
- "currency": "USD"
}
}
], - "variations": [
- {
- "id": 4,
- "color_id": 1255,
- "texture_id": null,
- "order": 0,
- "color": {
- "id": 1255,
- "name": "Black + Green",
- "color": "#000000",
- "extra_color": "#2EAD15"
}, - "texture": null,
- "pictures": [
- {
- "id": 1,
- "order": 0,
- "video_url": ""
}, - {
- "id": 54,
- "order": 0,
- "video_url": ""
}
], - "stocks": [ ]
}, - {
- "id": 5,
- "color_id": 1257,
- "texture_id": null,
- "order": 1,
- "color": {
- "id": 1257,
- "name": "Dark Blue + Silver",
- "color": "#0A30AD",
- "extra_color": "#D4D4D4"
}, - "texture": null,
- "pictures": [
- {
- "id": 2,
- "order": 0,
- "video_url": ""
}
], - "stocks": [ ]
}
]
}
}
Update product data
Authorizations:
path Parameters
id required | integer Example: 3 The ID of the product. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: multipart/form-data |
Accept | string Example: application/json |
Request Body schema: multipart/form-datarequired
name required | string Must not be greater than 255 characters. |
description | string |
is_active | boolean |
reference_code required | string Must not be greater than 255 characters. |
internal_name required | string Must not be greater than 255 characters. |
wholesale_price required | number Must be at least 0. |
retailer_price required | number Must be at least 0. |
wholesale_price_currency required | string Must be one of |
retailer_price_currency required | string Must be one of |
order_minimum_quantity | integer Must be at least 0. |
order_maximum_quantity | integer Must be at least 0. |
order_delivery_days | integer Must be at least 0. |
unit_weight | number Must be at least 0. |
collection_order required | integer Must be at least 0. |
composition | string |
segments | Array of strings Must be one of the segments returned from "/v1/sellers-api/segments". Must be one of |
categories | Array of strings Must be one of the categories returned from "/v1/sellers-api/categories". Must be one of |
sizes | Array of strings Must be one of the sizes returned from "/v1/sellers-api/sizes". Must be one of |
Array of objects | |
Array of objects | |
Array of objects |
Responses
Response samples
- 200
{- "data": {
- "id": 3,
- "collection_id": 3,
- "name": "Brisa",
- "description": "High heel made with lacquered leather and salmon leather (color Black and Green), or crackled leather and Mestizo (Goatskin) leather (color Dark Blue and Silver) or lacquered leather and salmon leather (color Orange and Nude). Leather soles, inner soles and lining. Heel measures 10 cm.",
- "is_active": false,
- "reference_code": "Brisa 01/02",
- "internal_name": "",
- "wholesale_price": "95.00",
- "wholesale_price_currency": "USD",
- "retailer_price": "285.00",
- "retailer_price_currency": "USD",
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "order_delivery_days": 60,
- "unit_weight": "1.126",
- "composition": "",
- "segments": [
- {
- "id": 13,
- "name": "Women"
}
], - "categories": [
- {
- "id": 86,
- "name": "Women's Shoes"
}
], - "sizes": [
- {
- "id": 1409,
- "name": "US 6"
}, - {
- "id": 1410,
- "name": "US 6.5"
}, - {
- "id": 1411,
- "name": "US 7"
}, - {
- "id": 1412,
- "name": "US 7.5"
}, - {
- "id": 1413,
- "name": "US 8"
}, - {
- "id": 1414,
- "name": "US 8.5"
}, - {
- "id": 1415,
- "name": "US 9"
}, - {
- "id": 1416,
- "name": "US 9.5"
}, - {
- "id": 1417,
- "name": "US 10"
}
], - "details": [
- {
- "id": 4,
- "text": "Materials like Salmon, Amazonian Yellow Hack Fish and Suede are unique and do not have a standardized texture..",
- "text_pt_br": null
}, - {
- "id": 6,
- "text": "Slight distinctions between products are attributed to these variations and are not the result of any defect.",
- "text_pt_br": null
}, - {
- "id": 8592,
- "text": "Paola Fabris has a minimum order of 6 pairs by each color variation",
- "text_pt_br": ""
}
], - "pricelists": [
- {
- "pricelist_id": 4,
- "wholesale_price": "95.00",
- "retailer_price": "285.00",
- "pricelist": {
- "id": 4,
- "name": "USD",
- "currency": "USD"
}
}
], - "variations": [
- {
- "id": 4,
- "color_id": 1255,
- "texture_id": null,
- "order": 0,
- "color": {
- "id": 1255,
- "name": "Black + Green",
- "color": "#000000",
- "extra_color": "#2EAD15"
}, - "texture": null,
- "pictures": [
- {
- "id": 1,
- "order": 0,
- "video_url": ""
}, - {
- "id": 54,
- "order": 0,
- "video_url": ""
}
], - "stocks": [ ]
}, - {
- "id": 5,
- "color_id": 1257,
- "texture_id": null,
- "order": 1,
- "color": {
- "id": 1257,
- "name": "Dark Blue + Silver",
- "color": "#0A30AD",
- "extra_color": "#D4D4D4"
}, - "texture": null,
- "pictures": [
- {
- "id": 2,
- "order": 0,
- "video_url": ""
}
], - "stocks": [ ]
}
]
}
}
Remove a pricelist from a product
Authorizations:
path Parameters
product required | integer The ID of the product. |
pricelist required | integer The ID of the pricelist. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Remove a size from a product variation
Authorizations:
path Parameters
variation required | integer The ID of the product variation. |
size required | integer The ID of the size. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Create a new stock for the given product variation
Authorizations:
path Parameters
variation_id required | integer The ID of the product variation. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/jsonrequired
size_id required | integer Must be one of the sizes returned from "/v1/sellers-api/products/{product}" response. Must be one of |
order_minimum_quantity | integer Must be at least 0. |
order_maximum_quantity | integer Must be at least 0. |
qtty_stock required | integer Must be at least 0. |
sku required | string Should be unique. Must not be greater than 30 characters. |
Responses
Request samples
- Payload
{- "size_id": null,
- "order_minimum_quantity": 86,
- "order_maximum_quantity": 16,
- "qtty_stock": 54,
- "sku": "foiinanfg"
}
Response samples
- 200
{- "data": {
- "id": 1,
- "size_id": 1350,
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "qtty_stock": 0,
- "sku": "",
- "size": null
}
}
Update stock data
Authorizations:
path Parameters
id required | integer The ID of the stock. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/jsonrequired
size_id required | integer Must be one of the sizes returned from "/v1/sellers-api/products/{product}" response. Must be one of |
order_minimum_quantity | integer Must be at least 0. |
order_maximum_quantity | integer Must be at least 0. |
qtty_stock required | integer Must be at least 0. |
sku required | string Should be unique. Must not be greater than 30 characters. |
Responses
Request samples
- Payload
{- "size_id": null,
- "order_minimum_quantity": 27,
- "order_maximum_quantity": 72,
- "qtty_stock": 27,
- "sku": "xueg"
}
Response samples
- 200
{- "data": {
- "id": 1,
- "size_id": 1350,
- "order_minimum_quantity": null,
- "order_maximum_quantity": null,
- "qtty_stock": 0,
- "sku": "",
- "size": null
}
}
List orders
Authorizations:
query Parameters
filter.id | integer Example: An integer to filter by order id. |
filter.id_operator | string Example: The operator used for "id" filtering. May be one of gt, gte, lt, lte. Default value is equal. |
filter.date | string Example: A date to filter by order created. |
filter.date_operator | string Example: The operator used for "date" filtering. May be one of gt, gte, lt, lte. Default value is equal. |
filter.order_status | string Example: A status to filter by order status. May be one of open, closed, cancelled. |
filter.order_fulfilment_status | string Example: A status to filter by order fulfilment status. May be one of awaiting_confirmation, on_hold, partially_fulfilled, fulfilled. |
filter.order_payment_status | string Example: A status to filter by order fulfilment status. May be one of pending, overdue, partially_paid, paid, chargeback, partially_refunded, refunded, voided. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": [
- {
- "id": 160,
- "status": "Closed",
- "fulfilment_status": null,
- "payment_status": null,
- "tracking_code": null,
- "note": null,
- "total_products": 0,
- "total_items": 0,
- "created": "2016-09-28T14:52:33.458530Z",
- "pricelist": null,
- "buyer": {
- "id": 14,
- "name": "Tutu Buyer",
- "email": "tutumenezes@gmail.com",
- "shipping_address": {
- "address": "",
- "city": null,
- "country": null,
- "state": null,
- "zip_code": null,
- "contact": null,
- "phone_number": null,
- "attention_name": null,
- "company_name": null
}, - "billing_address": {
- "address": null,
- "city": null,
- "country": null,
- "state": null,
- "zip_code": null,
- "contact": null,
- "phone_number": null
}
}
}, - {
- "id": 160,
- "status": "Closed",
- "fulfilment_status": null,
- "payment_status": null,
- "tracking_code": null,
- "note": null,
- "total_products": 0,
- "total_items": 0,
- "created": "2016-09-28T14:52:33.458530Z",
- "pricelist": null,
- "buyer": {
- "id": 14,
- "name": "Tutu Buyer",
- "email": "tutumenezes@gmail.com",
- "shipping_address": {
- "address": "",
- "city": null,
- "country": null,
- "state": null,
- "zip_code": null,
- "contact": null,
- "phone_number": null,
- "attention_name": null,
- "company_name": null
}, - "billing_address": {
- "address": null,
- "city": null,
- "country": null,
- "state": null,
- "zip_code": null,
- "contact": null,
- "phone_number": null
}
}
}
], - "links": {
- "first": "/?page=1",
- "last": "/?page=1",
- "prev": null,
- "next": null
}, - "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« Previous",
- "active": false
}, - {
- "url": "/?page=1",
- "label": "1",
- "active": true
}, - {
- "url": null,
- "label": "Next »",
- "active": false
}
], - "path": "/",
- "per_page": 15,
- "to": 2,
- "total": 2
}
}
Show order details
Authorizations:
path Parameters
id required | integer The ID of the order. |
header Parameters
Authorization | string Example: Bearer {YOUR_AUTH_KEY} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "data": {
- "id": 160,
- "status": "Closed",
- "fulfilment_status": null,
- "payment_status": null,
- "tracking_code": null,
- "note": null,
- "total_products": 0,
- "total_items": 0,
- "created": "2016-09-28T14:52:33.458530Z",
- "pricelist": null,
- "buyer": {
- "id": 14,
- "name": "Tutu Buyer",
- "email": "tutumenezes@gmail.com",
- "shipping_address": {
- "address": "",
- "city": null,
- "country": null,
- "state": null,
- "zip_code": null,
- "contact": null,
- "phone_number": null,
- "attention_name": null,
- "company_name": null
}, - "billing_address": {
- "address": null,
- "city": null,
- "country": null,
- "state": null,
- "zip_code": null,
- "contact": null,
- "phone_number": null
}
}, - "orderProducts": [ ]
}
}