Hi. I receive an error when I try to create a new order.
Endpoint:
https://api.veeqo.com/orders
This is a sample object I am sending in the request:
{
"order": {
"channel_id": 214637,
"customer_id": 302358031,
"deliver_to_id": 955744310,
"delivery_method_id": 597918,
"number": "576667087382351640",
"line_items_attributes": [
{
"sellable_id": 230250341,
"price_per_unit": 40,
"quantity": 1
}
],
"payment_attributes": {
"payment_type": "Credit Card"
}
}
}
And the response is
{ error_messages: 'Not found' }
Any help please?