Transfer products to seller

    Transfer products to seller


    Article summary

    Put
    /v2/{accessKey}/product/transferToSeller/{sellerId}
    Header parameters
    Authorization
    stringRequired

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    sellerId
    integer (int64) Required
    Body parameters
    Array of object
    object
    productId
    integer (int64)

    Automatically generated unique product ID

    customerProductId
    string

    Customer's product ID and must be unique(defined by the customer)

    Responses
    200

    200

    Result
    "{\n    \"results\" : [ \n        {\n            \"productId\": \"1001\",\n            \"customerProductId\": \"SHOPLIVE_PRODUCT_1\",\n            \"name\": \"Keyring\",\n            \"brand\": \"SHOPLIVE\",\n            \"description\": null,\n            \"url\": \"https://www.shoplive.cloud/en\",\n            \"sku\": \"SKU001\",\n            \"imageUrl\": \"https://image.shoplive.cloud/e05d1464-1942-4e4e-bb0b-c4310167d465.jpeg\",\n            \"currency\": \"USD\",\n            \"showPrice\": true,\n            \"originalPrice\": 20.0,\n            \"discountPrice\": 10.0,\n            \"discountRate\": 50.0,\n            \"enableAuction\": false,\n            \"bidStartingPrice\": null,\n            \"bidDuration\": null,\n            \"bidIncrementalAmount\": null,\n            \"extendBidDuration\": null,\n            \"locked\": false,\n            \"seller\": {\n                \"sellerId\": \"1\",\n                \"name\": \"Shoplive Product Store\",\n                \"profileUrl\": \"https://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg\",\n                \"storeUrl\": \"https://shoplive.cloud\",\n                \"description\": \"Description of the seller\",\n                \"schemes\": null\n            },\n            \"createdAt\": \"2022-05-20T08:01:05Z\",\n            \"updatedAt\": \"2022-05-20T11:27:34Z\",\n            \"message\": null,\n            \"status\": \"UPDATE\"\n        },\n        {\n            \"productId\": \"1002\",\n            \"customerProductId\": \"SHOPLIVE_PRODUCT_2\",\n            \"name\": \"Hoodie\",\n            \"brand\": \"SHOPLIVE\",\n            \"description\": null,\n            \"url\": \"https://www.shoplive.cloud/en\",\n            \"sku\": \"SKU002\",\n            \"imageUrl\": \"https://image.shoplive.cloud/40afe353-0d23-47b6-acdf-10d1fca10c57.jpeg\",\n            \"currency\": \"USD\",\n            \"showPrice\": true,\n            \"originalPrice\": 50.0,\n            \"discountPrice\": 37.0,\n            \"discountRate\": 26.0,\n            \"enableAuction\": false,\n            \"bidStartingPrice\": null,\n            \"bidDuration\": null,\n            \"bidIncrementalAmount\": null,\n            \"extendBidDuration\": null,\n            \"locked\": false,\n            \"seller\": {\n                \"sellerId\": \"1\",\n                \"name\": \"Shoplive Product Store\",\n                \"profileUrl\": \"https://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg\",\n                \"storeUrl\": \"https://shoplive.cloud\",\n                \"description\": \"Description of the seller\",\n                \"schemes\": null\n            },\n            \"createdAt\": \"2022-05-20T08:01:05Z\",\n            \"updatedAt\": \"2022-05-20T11:27:34Z\",\n            \"message\": null,\n            \"status\": \"UPDATE\"\n        }\n    ],\n    \"successCount\": 2,\n    \"warnCount\": 0,\n    \"failCount\": 0,\n    \"totalCount\": 2\n}\n"
    Expand All
    object
    results
    Array of object
    object
    productId
    string
    Example1001
    customerProductId
    string
    ExampleSHOPLIVE_PRODUCT_1
    name
    string
    ExampleKeyring
    brand
    string
    ExampleSHOPLIVE
    description
    url
    string
    Examplehttps://www.shoplive.cloud/en
    sku
    string
    ExampleSKU001
    imageUrl
    string
    Examplehttps://image.shoplive.cloud/e05d1464-1942-4e4e-bb0b-c4310167d465.jpeg
    currency
    string
    ExampleUSD
    showPrice
    boolean
    Defaulttrue
    ExampleTrue
    originalPrice
    integer
    Default0
    Example20
    discountPrice
    integer
    Default0
    Example10
    discountRate
    integer
    Default0
    Example50
    enableAuction
    boolean
    Defaulttrue
    ExampleFalse
    bidStartingPrice
    bidDuration
    bidIncrementalAmount
    extendBidDuration
    locked
    boolean
    Defaulttrue
    ExampleFalse
    seller
    object
    sellerId
    string
    Example1
    name
    string
    ExampleShoplive Product Store
    profileUrl
    string
    Examplehttps://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg
    storeUrl
    string
    Examplehttps://shoplive.cloud
    description
    string
    ExampleDescription of the seller
    schemes
    createdAt
    string
    Example2022-05-20T08:01:05Z
    updatedAt
    string
    Example2022-05-20T11:27:34Z
    message
    status
    string
    ExampleUPDATE
    successCount
    integer
    Default0
    Example2
    warnCount
    integer
    Default0
    Example0
    failCount
    integer
    Default0
    Example0
    totalCount
    integer
    Default0
    Example2
    4XX

    4XX

    Result
    "{\n    \"_s\": -000,\n    \"_e\": \"Error message\"\n}"