Products
Specifies the page number of the current dataset.
1Specifies the row count of the current page.
10Value to search in the marketplace catalog.
Specifies the communication language of the API.
OK
Unauthorized
Unexpected error.
Specifies the page number of the current dataset.
1Specifies the row count of the current page.
10Filter by exact value of the name field.
Filter by values in the name field that contain the specified string (case-sensitive).
Filter by values in the name field that contain the specified string (case-insensitive).
Filter by exact value of the base_code field.
Filter by values in the base_code field that contain the specified string (case-sensitive).
Filter by values in the base_code field that contain the specified string (case-insensitive).
Filter by exact value of the sku field.
Filter by values in the sku field that contain the specified string (case-sensitive).
Filter by values in the sku field that contain the specified string (case-insensitive).
Filter by exact value of the category field.
Filter by category field using a comma-separated list (CSV format).
Filter by exact value of the attribute with the specified key.
Filter by exact (case-insensitive) value of the attribute with the specified key.
Filter by values in the attribute with the specified key that contain the specified string (case-sensitive).
Filter by values in the attribute with the specified key that contain the specified string (case-insensitive).
Filter by values in the attribute with the specified key that start with the specified string.
Filter by values in the attribute with the specified key that start with the specified string (case-insensitive).
Filter by values in the attribute with the specified key that end with the specified string.
Filter by values in the attribute with the specified key that end with the specified string (case-insensitive).
Indicates whether the product is approved.
trueFilters data where the "updated_at" field is exactly equal to a specified value.
Filters data where the "updated_at" field is greater than a specified value.
Filters data where the "updated_at" field is greater than or equal to a specified value.
Filters data where the "updated_at" field is less than a specified value.
Filters data where the "updated_at" field is less than or equal to a specified value.
Filters data where the "created_at" field is exactly equal to a specified value.
Filters data where the "created_at" field is greater than a specified value.
Filters data where the "created_at" field is greater than or equal to a specified value.
Filters data where the "created_at" field is less than a specified value.
Filters data where the "created_at" field is less than or equal to a specified value.
Specifies the communication language of the API.
OK
Unauthorized
Unexpected error.
Specifies the communication language of the API.
Name of the product.
Akinon Red T-shirtBase code associated with the product.
AKN-TSHRTStock Keeping Unit (SKU) code for the product.
AKN-TSHRTUnique identifier for the category associated with the product.
07be580a-ad72-4778-b309-1d02d6c2acecUnique identifier for the product can be found in the catalog (PRD108). This value is used to link the product that is being processed to the given catalog product.
e7ff9b80-6c00-4730-b99c-d9c5d0ba4a30Attributes associated with the product.
{}Example: {"COLOR":"Red","SIZE":"S","ESTIMATED_SHIPPING_DURATION":1}Images associated with the product.
https://placehold.co/1920x1080?text=Akinon%20Red%20T-shirtVideos associated with the product.
https://placehold.co/1920x1080.mp4?text=Akinon%20Red%20T-shirtDetermines whether the product, once approved, will be restricted to the other sellers. If set to false, the product will be available to all sellers.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
Specifies the communication language of the API.
Stock Keeping Unit (SKU) code for the product.
AKN-TSHRT-RDOK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
OK
Unique identifier for the batch request.
f3909f53-a535-40cc-8d50-de0cd047aeddResource type for the batch request.
Resource (Reference Number)URL for the batch request data. This field will contain an array of objects, each representing a successful record. Following example taken from a batch request for updating stocks via PRD106:
[
{
"sku": "SP-0",
"stock": "10"
},
{
"sku": "SP-1",
"stock": "10"
},
{
"sku": "SP-2",
"stock": "10"
},
{
"sku": "SP-3",
"stock": "10"
},
{
"sku": "SP-4",
"stock": "10"
},
{
"sku": "SP-5",
"stock": "10"
},
{
"sku": "SP-6",
"stock": "10"
},
{
"sku": "SP-7",
"stock": "10"
},
{
"sku": "SP-8",
"stock": "10"
},
{
"sku": "SP-9",
"stock": "10"
}
]
https://akinon.com/imports/f3909f53-a535-40cc-8d50-de0cd047aedd.jsonURL for the successful data of the batch request. This field will contain an array of objects, each representing a successful record. Following example taken from a batch request for updating stocks via PRD106:
[
{
"sku": "SP-0",
"stock": "10"
},
{
"sku": "SP-1",
"stock": "10"
},
{
"sku": "SP-2",
"stock": "10"
},
{
"sku": "SP-3",
"stock": "10"
},
{
"sku": "SP-4",
"stock": "10"
},
{
"sku": "SP-5",
"stock": "10"
},
{
"sku": "SP-6",
"stock": "10"
},
{
"sku": "SP-7",
"stock": "10"
},
{
"sku": "SP-8",
"stock": "10"
},
{
"sku": "SP-9",
"stock": "10"
}
]
https://akinon.com/imports/f3909f53-a535-40cc-8d50-de0cd047aedd-s.jsonURL for the failed data of the batch request. This field will contain an array of objects including an errors property which describes the reason for the failure, each representing a failed record. Following example taken from a batch request for updating stocks via PRD106:
[
{
"sku": "SP-0",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-1",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-2",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-3",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-4",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-5",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-6",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-7",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-8",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
},
{
"sku": "SP-9",
"stock": "10",
"errors: [
{"sku": "A product with the given SKU is not found."}
]
}
]
https://akinon.com/imports/f3909f53-a535-40cc-8d50-de0cd047aedd-e.jsonStatus of the batch import request. The values are;
- (1) Pending: The batch request is queued up and waiting to be processed.
- (2) Processing: The batch request is currently being actively processed.
- (3) Succeeded: The batch request has been successfully completed for all records.
- (4) Partially Succeeded: The batch request has been partially completed, with some records failing.
- (5) Failed: The batch request has failed to complete.
Time, in seconds, taken to process the batch request.
Timestamp indicating when the batch request was last updated.
Timestamp indicating when the batch request was created.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
Last updated
Was this helpful?

