Aukro WebAPI

doSetShipmentPriceType

This method allows for defining the scheme used to calculate shipping costs for offers having different shipment price lists.

  1. sessionId | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. shipmentPriceTypeId | Integer | required
    Identifier of the shipping costs calculation scheme (1 – the most expensive shipment, 2 – the cheapest shipment, 3 – consignments will be sent separately; the shipping cost is the sum of costs of shipping each consignment).
  1. operationResult | Integer
    Confirming successful operation (true).
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_INCORRECT_SHIPMENT_PRICE_LIST
    Incorrect value of the scheme used to calculate shipping costs.