RateOrder

When an order is in its final status (delivered or returned due to the order's has_return attribute), you can call this endpoint, to fill the rate and the comment attributes.

Task<BaseResponseDto<RateOrderResponseDto>> RateOrder (
    RateOrderRequestDto request,
    CancellationToken cancellationToken
)