API Documentation

    Pricing TiersUpdate Item Price

    Method: /pricing_tiers/updateItemPrice/[item_id]/[pricing_tier_id].[format]
    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/pricing_tiers/updateItemPrice/[item_id]/[pricing_tier_id].json
    HTTP Request Type: PUT
    Example JSON Data to Submit
    1{
    2    "pricing_detail": 
    3        {
    4            "value": 19.99
    5        }
    6}
    Example XML Data to Submit
    1<?xml version="1.0" encoding="UTF-8" ?>
    2<response>
    3    <message>Saved</message>
    4    <pricing_detail>
    5        <id>a9994c22-c1cd-4e0e-8912-f9f47847578e</id>
    6        <value>19.99</value>
    7    </pricing_detail>
    8</response>
    Success:

    If you have been successful in updating an item’s price for the specific pricing tier, the response will return the updated data object along with a “message” value of “Saved” as seen below.

    Example JSON Returned Response
    1{
    2    "message": "Saved",
    3    "pricing_detail": {
    4        "id": "d58b3347-0b43-42c0-8f56-7cb4e8d2ddd8",
    5        "value": 19.99
    6    }
    7}

    Updated on June 13th, 2019

    Network Status:
    100% Global Availability