%s in error messages are placeholders used to indicate where a specific value, such as a Shipment ID or an item name, will be inserted when the actual error message is displayed.
For example, if the error is “Shipment is already in status %s,” and the shipment has been marked as DELIVERED, the displayed message would become “Shipment is already in status DELIVERED.”
