Cannot create shipment for orders
-
Hi,
I have a problem where I cannot create shipment after the order is made. I have check your code.
sendle-admin-feature.php
line 27 $sendle_order_id will return null. Since sendle order is not created yet.This will break the GET /api/orders/{$sendle_order_id}. The response is
{
“error”: “not_found”,
“error_description”: “The resource you requested was not found. Please check the URI and try again.”
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot create shipment for orders’ is closed to new replies.