Break of products
GET
https://api.printway.io/cdn/api/products/v1/product-quantity-break
Headers
Name
Type
Description
PW-ACCESS-TOKEN*
String
The Access Token
Request Body
Name
Type
Description
page
Number
The page number (Ex : 1)
{
{
"status": 200,
"message": "Get data quantity break of products successfully!",
"length": 1,
"products": [
{
"product_name": "Custom Wooden and Acrylic Plaque (VN)",
"product_code": "CWAP",
"data_variants": [
{
"sku": "PW17-CWAP-ACRYLICANDWOOD",
"quantity_break": 0,
"base_cost": 6.9,
"shipping_cost": 7.21,
"extra_cost": 0
},
{
"sku": "PW17-CWAP-WOODANDWOOD",
"quantity_break": 0,
"base_cost": 6.9,
"shipping_cost": 7.21,
"extra_cost": 0
}
]
}
]
}
Last updated