Printway API Document
  • ๐ŸŽ‰Welcome to Printway API
  • ๐Ÿ”Authentication
  • ๐Ÿ›’Products
    • ๐Ÿ“‘List products
    • ๐ŸงพDetail products
    • Break of products
  • ๐Ÿ“œOrders
    • ๐Ÿ“”List order synced
    • ๐Ÿ“‹Detail Order Synced
    • ๐Ÿ“ฅCreate order
    • โž•Create order v2
    • โž•Create order v3 (Beta)
    • โ‰๏ธTest price order (Updated)
  • ๐Ÿ“คWebhook
  • โฌ†๏ธWebhook Update Status Order (New)
Powered by GitBook
On this page
  1. Products

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
                }
            ]
        }
    ]
}
{    
    "status": 401,
    "message": "Not authenticated"
}
PreviousDetail productsNextOrders

Last updated 3 years ago

๐Ÿ›’