Error When Ship with Ship Sync

112 views
Skip to first unread message

Guglielmo Carandente

unread,
Mar 26, 2014, 8:23:19 AM3/26/14
to ship...@googlegroups.com
I have this error someone can help me?

Error: Incomplete API response. Please check your request and try again.
Message has been deleted

Guglielmo Carandente

unread,
Mar 26, 2014, 8:46:04 AM3/26/14
to ship...@googlegroups.com
I saw that this error in response

[Severity] => WARNING
[Source] => ship
[Code] => 7047
[Message] => The sum of commodities customs value amounts do not the equal the total customs value amount; the greater customs value amount was used to rate.
[LocalizedMessage] => The sum of commodities customs value amounts do not the equal the total customs value amount; the greater customs value amount was used to rate.

i think that here we take the price without tax
'UnitPrice' => array(
                        'Amount' => sprintf('%01.2f', $item->getPrice()),
                        'Currency' => $this->getCurrencyCode()
                    ),
                    'CustomsValue' => array(
                        'Amount' => sprintf('%01.2f', ($item->getPrice())),
                        'Currency' => $this->getCurrencyCode()
                    )

and here grand total including tax

$shipRequest->setCustomsValue($shipRequest->getOrder()->getGrandTotal() - $shipRequest->getOrder()->getShippingAmount());

David Kirby

unread,
Apr 22, 2014, 2:59:09 PM4/22/14
to ship...@googlegroups.com
This was a bug and is fixed in the most recent build :

Siamak Makhdoum

unread,
May 19, 2014, 2:54:22 PM5/19/14
to ship...@googlegroups.com
When I installed this on my Magento, I can not provide any free-shipping promotion, any advice.. thanks

Siamak Makhdoum

unread,
May 19, 2014, 2:55:12 PM5/19/14
to ship...@googlegroups.com
When I installed this on my Magento, I can not provide any free-shipping promotion, any advice.. thanks

Reply all
Reply to author
Forward
0 new messages