-
Korzystając z endpointu: `shipment-management/shipments/create-commands` tworzymy przesylke i zwrotnie otrzymujemy commandId o wartości: `69708aee-f7d0-463d-8666-a8c5533fb2a8`. Korzystając z niego wyk…
-
## Background
We learned in [this Slack thread](https://dsva.slack.com/archives/C909ZG2BB/p1686153690433529) that the text notifications and email notifications follow different logic in terms of whi…
mtcA6 updated
3 weeks ago
-
If we use Ship with Allegro to ship from our own warehouse, what is the order of API calls?
1. call /order/checkout-forms/{id} to obtain order information
2. call /shipment-management/shipments/cr…
-
## What went wrong? 😲
When a customer's name is merged into a store's name, then that store is initialised in OMS, OMS creates stock transfers for all finalised customer invoices that were to that …
-
Korzystam z endpointu: shipment-management/shipments/create-commands i chcialbym dla przesylek InPost ustawic w jakis sposob aby paczki byly mozliwe do nadania w Paczkomacie, a nie odbierane przez Kur…
-
In order details, if the order has shipping labels, update the text to navigate to the label view (behind the feature flag):
* Before: "View Shipment Details"
* After: "View purchased shipping label"…
-
Korzystajac z endpointu: `order/checkout-forms/{checkoutFormId}/shipments` otrzymuje:
```json
{
"shipments": [
{
"waybill": "1000736433654U",
"carrierId": "DPD",
"line…
-
![img_v2_ec756667-5d04-4cc4-bfa5-c5a7ac14bf6l](https://github.com/user-attachments/assets/cb2c9d8e-003c-47d8-bbc7-4a17ac52659d)
When we call the **/shipment-management/shipments/create-commands/{comm…
-
Hi guys,
I'm not sure where to write this but here is what i found recently (maybe others are facing this "issue" as well)
I have a ```HasMany``` relationship called ```shipments``` in one of my…
-
W dokumentacji metody shipment-management/shipments/create-commands
w polu input.packages.weight
jest podane coś takiego
```
string
Value: "KILOGRAMS"
Weight unit. Currently only KILOGRAM…