Delivery status readytoship

After upgrade from Litium 7.4 to 7.7.1 some deliveries are getting the status readytoship which we are not setting our selves, and this is unwanted behavior.

We did no updates on the accelerator code.

What are the reason this might happen?

Litium version: 7.7.1

Sorry, I need a little bit of context to understand on how to solve the issue.

Are you setting the delivery state? or Are you just capturing the money?
Are you using the Litium Connect API ?

Is it that you want the shipment to be in Delivered state, if the money is captured?

We are setting the delivery state manually on integration.

delivery.SetDeliveryStatus((short)DeliveryState.Processing, token);
delivery.SetDeliveryStatus((short)DeliveryState.Delivered, token);

Are you using the Litium Connect API ? - No
Is it that you want the shipment to be in Delivered state, if the money is captured? - No we are setting the delivery state manually, and now after the upgrade something is setting the deliveries to readytoship, but not for all deliveries.

Hi. Do you have any status update?

Since you are setting the delivery state manually, probably you are calling SetState method with Delivered state.
Can you call the same method for deliveries with readyToShip also?

Hello. Iā€™m not sure if we are in sync. Is it possible to book a meeting with you to discuss this instead?

Sure, I suppose you have already reached us through our support channel. Will book a meeting as soon as possible.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.