Product Percentage

This API to adjust your prercentage profit

POST https://tokoapi-dev.netzme.com/public/api/ppob/v1/percentage-product

Request

NameTypeDescription

type

String

UPDATE_PERCENTAGE

body

JSON Object

Body Object

Body

NameTypeDescription

merchantId

string

Your merchantID, eg: M_YDXabcd1

updatePercentage

float

Your adjustment pricing

Headers

ParameterDescription

Content-Type

application/json

X-CLIENT-ID

Partner ClientId, eg Xersia01

X-TIMESTAMP

Epoch Time of the request, we will check it. The date of timestamp should be the date you request.

X-MSG-ID

Your unique request-id, eg: Random UUID

X-SIGNATURE

Transaction Signature, see page

X-AUTHORIZATION

Authorization token you get after hit Authentication Token

Example

{
    "requestId": "ed3f6763-b1bd-40e3-aecb-ddaa2c3a9775",
    "type": "UPDATE_PERCENTAGE",
    "status": 200,
    "statusMessage": "success",
    "data": {
        "percentage_price_enduser": 1.4,
        "updated_at": "2024-02-20T16:28:57.103365Z"
    }
}

Last updated