🧾Detail products

GET https://api.printway.io/cdn/api/products/v1/detail

Headers

Name
Type
Description

PW-ACCESS-TOKEN*

String

The Access Token

Request Body

Name
Type
Description

code*

String

Code of product in our system

{
    "status": 200,
    "message": "Get data product successfully!",
    "product": {
            "product_name": "Plant Marker (VN)",
            "code": "PMK",
            "mockup_url": "https://pro.printway.io/images/product_type/120-1622643796293.jpg",
            "description": "<p><strong>Description:</strong><br>Personalize your plant pots with these beautiful wooden markers, a great way to label your special plants!</p><p>Organize your gardening with these personalized herb/plant markers, perfect for any herb growers or garden lovers! A lovely customized gift idea. These personalized herb/plant labels are individually handcrafted &amp; each label can be personalized with a short message/wording of your choice.</p><p>A lovely special touch to any herb garden or greenhouse.</p><p>Made from plywood</p><p><strong>* Size:</strong><br>5.9x5.9 inches (15x15 cm)<br>3.9x3.9 inches (10x10 cm)</p><p><strong>*Processing time:</strong> 3-4 days<br><strong>* Shipping time:</strong> 5-15 days</p>",
            "data_sku": [
                {
                    "variant_title": "3.9X3.9INCHES",
                    "item_sku": "PW17-PMK-3.9X3.9INCHES",
                    "variant_id": 1740001,
                    "size": "3.9x3.9INCHES"
                },
                {
                    "variant_title": "5.9X5.9INCHES",
                    "item_sku": "PW17-PMK-5.9X5.9INCHES",
                    "variant_id": 1740002,
                    "size": "5.9x5.9INCHES"
                }
            ]
        }
    }
}

Last updated