Skip to main content

Add surcharge to product

POST 

/v2/surcharges/add-to-product

Add surcharge to product

Request

Body

required

Add surcharge to product input

    surchargeIds uuid[]required

    List of surcharge ids

    productId integerrequired

    Product identifier

Responses

Surcharge added to product

Schema

    status stringrequired

    Confirmation status value

    message stringrequired

    Confirmation message

Loading...