allegro / allegro/allegro-api

[NEWS] One Fulfillment - udostępniliśmy nowy zasób do anulowania awizo / One Fulfillment - we have provided a new resource for cancelling the Advance Ship Notice

Open
#9,581 0 comments 0 reactions 1 assignee Claimed by @Lukasz-Zurek View on GitHub
News One Fulfillment
Dominant language
No language data
Stars
244
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Udostępniliśmy dzisiaj nowy zasób [/fulfillment/advance-ship-notices/{id}/cancel](https://developer.allegro.pl/documentation/#operation/cancelAdvanceShipNotice), dzięki któremu anulujesz awizo o statusie “IN_TRANSIT” - czyli do momentu rozpoczęcia rozpakowywania przez magazyn zadeklarowanych towarów.

**Przykładowy request:**

```
curl -X PUT \
'https://api.allegro.pl/fulfillment/advance-ship-notices/33dd66df-20e2-4b92-9c76-700f4c8fc185/cancel \
-H 'Authorization: Bearer {token}' \
-H 'Accept: application/vnd.allegro.public.v1+json' \
```

**Dlaczego wprowadzamy zmianę?**

Do tej pory sprzedający nie mieli do dyspozycji narzędzia, za pomocą którego mogliby usuwać ze swojego konta zadeklarowane awiza, które z przyczyn znanych tylko im - nigdy nie zostaną wysłane do magazynu. Dzięki tej funkcjonalności sprzedający nie zobaczy anulowanego awiza na swojej liście, natomiast magazyn uzyska informację o tym, że taki towar nigdy nie zostanie dostarczony, co wpłynie na skuteczne wykorzystanie przestrzeni magazynowej.

Więcej informacji na temat anulowania awiza znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/one-fulfillment-by-allegro-0ADwgOLqWSw#anuluj-awizo).

---------

Today we have introduced a new [/fulfillment/advance-ship-notices/{id}/cancel](https://developer.allegro.pl/documentation/#operation/cancelAdvanceShipNotice) resource, thanks to which you can cancel the Advance Ship Notice in "IN_TRANSIT" status - until the warehouse starts unpacking the goods.

**Sample request:**

```
curl -X PUT \
'https://api.allegro.pl/fulfillment/advance-ship-notices/33dd66df-20e2-4b92-9c76-700f4c8fc185/cancel \
-H 'Authorization: Bearer {token}' \
-H 'Accept: application/vnd.allegro.public.v1+json' \
```

**Why are we making this change?**

Until now, sellers did not have a tool at their disposal to remove declared ASN from their account, which for reasons known only to them - will never be sent to warehouse. Thanks to this functionality, the seller will not see the canceled ASN on their list, while the warehouse will see that such goods will never arrive, which will affect the effective use of warehouse space.

In [our guide](https://developer.allegro.pl/tutorials/one-fulfillment-by-allegro-4R9dXyMPlc9#cancel-advance-ship-notice) you can find more information about ASN cancelling.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.