Problem when trying to create a product request

QuestionsCategory: ProductProblem when trying to create a product request
DBK Việt Nam asked 3 years ago

I’m trying to create a product request but get response:
{“track_id”:”66b2569067b240ee8e5a5f26968c816c”,”state”:”rejected”,”reason”:”[Không có quyền đăng bán các sản phẩm vận chuyển từ nước ngoài.]”}
This is my request:

{
                                “category_id”: 21282,
                                “description” : “My description”,
                                “name”: “My product name”,
                                “market_price”: 1000000,
                                “attributes”: {
                                    “brand”: “OEM”,
                                    “brand_country”: “viet nam”,   
                                    “origin”: “viet nam”,
                                    “product_height”: “20”,
                                    “product_length”: “5”,
                                    “product_width”: “5”,
                                    “product_weight_kg”: “15”,
                                    “is_warranty_applied”: 1,
                                    “price”: 950000
                                },
                                “image”: “https://xxxxx.jpeg”,
                                “images”: [
                                    “”https://xxxxx.jpeg””,
                                    “”https://xxxxx.jpeg””
                                ],
                                “option_attributes”: [],
                                “variants”: [
                                    {
                                        “sku”: “123465789”,
                                        “price”: 950000,
                                        “inventory_type”: “dropship”,
                                        “supplier”: 114227,
                                        “quantity”: 10
                                    }
                                ],
                                “certificate_files”: []
                                }
I don’t know where the error come from, please help.