Flipkart使用卖方API创建清单

时间:2019-12-25 05:05:14

标签: flipkart-api

我已与Flipkart Seller API集成在一起,并获得了Sandbox和Production API访问权限。但是,当我访问用于创建我的列表的沙盒API时,得到的是以下响应:

https://sandbox-api.flipkart.net/sellers/listings/v3

带有标题: 内容类型:application / json 授权:承载“访问令牌”

pdf

并从API的调用中获取响应:

{
    "sku": {
        "product_id": "BOTFGNN8VSYFTDE",
        "price": {
            "mrp": 100,
            "selling_price": 100,
            "currency": "INR"
        },
        "tax": {
            "hsn": "39264099",
            "tax_code" : "GST_5"
        },
        "listing_status": "ACTIVE",
        "fulfillment_profile": "NON_FBF",
        "fulfillment": {
            "dispatch_sla": 1,
            "shipping_provider": "FLIPKART",
            "procurement_type": "REGULAR"
        },
        "packages": [
            {
                "name": "RHBUS001",
                "dimensions": {
                    "length": 1,
                    "breadth": 1,
                    "height": 1
                },
                "weight": 1,

                "notional_value": {
                    "amount": 1,
                    "unit": "PERCENTAGE"
                }
            }
        ],
        "locations": [
            {
                "id": "WH",
                "status": "ENABLED",
                "inventory": 1
            }
        ]
    }
}

0 个答案:

没有答案