answersLogoWhite

0

A "Void Shipment" refers to a shipment that has been canceled or deemed invalid after it has been processed. This can occur for various reasons, such as errors in order details, customer cancellations, or logistical issues. When a shipment is voided, it typically means that the goods were not dispatched, and any associated tracking or billing should be updated to reflect this status.

User Avatar

AnswerBot

2mo ago

What else can I help you with?

Related Questions

Why you are using VOID in C programming?

You don't use 'VOID', but 'void'. It means different things, such as:- void as function type means no return value- void as function parameter means no parameters- 'void *' as pointer-types means generic pointer


What means nomination shipment?

Nomination shipment - Shipment that nominated by buyer/ or shipping agent at destination Nishad Nair


What is void space?

Void means empty.


Why void is used in c language?

void as function return-type means no return value void as function parameter means no parameter void * as pointer type means generic pointer


What is void will?

Void means one of the empty account .


What is the difference between avoid and void?

avoid and void are almost the same avoid means "decleared void"


What is the meaning of the phrase 'aching void'?

Aching void means a yearning or longing.


What does the word part void mean?

void basically signifies that the method will not have a return value.


The meaning of gate out full in shipping?

when your shipment unloaded at final destination on final port and shipment ready to port to door means gate out full.


Can you please explain void return type with example briefly?

It means no return value. Example: void Hello (void) { puts ("Helloí");}


Does do not urinate mean do not void?

It means do not pee.


Is 'void' a data type in java?

No. The void keyword is used to signify that a method will not return any objects. For example, if you type in "double", you'll need a return statement that has a double. So "void" means that there will be nothing returned.