-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Nie wiem dlaczego zgodnie z dokumentacją allegro chcę dodać numer przesyłki 123 do zamówienia lineItemsID: c6c0a261-35fe-11ea-a53e-db43676583b3
POST /order/checkout-forms/{checkoutForm.id}/shipments
$data = '{
"waybill": "123",
"carrierId": "INPOST",
"carrierName": null,
"lineItems": [
{
"id": "c6c0a261-35fe-11ea-a53e-db43676583b3"
}
]
}';
$api->order('checkout-forms/c6c0a263-35fe-11ea-a53e-db43676583b3')->shipments($data));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels