Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.16 KB

CreateAdvanceShipNoticeResponse.md

File metadata and controls

17 lines (14 loc) · 1.16 KB

# CreateAdvanceShipNoticeResponse

Properties

Name Type Description Notes
id string An UUID identifier of ASN.
display_number string A human friendly identifier of ASN.
status \AllegroApi\Model\AdvanceShipNoticeStatus
created_at \DateTime The date and time of Advance Ship Notice creation. Provided in [ISO 8601 format](link: https://en.wikipedia.org/wiki/ISO_8601).
updated_at \DateTime The date and time of last Advance Ship Notice update. Provided in [ISO 8601 format](link: https://en.wikipedia.org/wiki/ISO_8601).
items \AllegroApi\Model\ProductItem[] A list of product items.
handling_unit \AllegroApi\Model\HandlingUnit [optional]
labels \AllegroApi\Model\Labels [optional]
shipping \AllegroApi\Model\Shipping [optional]

[Back to Model list] [Back to API list] [Back to README]