Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.15 KB

Ticket.md

File metadata and controls

18 lines (15 loc) · 1.15 KB

Ticket

Properties

Name Type Description Notes
id_ticket \Kaufland\Seller\Model\TicketID
ids_order_units \Kaufland\Seller\Model\LongInteger[] The list of order units IDs
id_buyer AllOfTicketIdBuyer
ts_created_iso \DateTime Creation date of the ticket in iso 8601
ts_updated_iso \DateTime Last update on the ticket in iso 8601
status \Kaufland\Seller\Model\TicketStatus
open_reason \Kaufland\Seller\Model\TicketReason
topic AllOfTicketTopic The topic of the ticket
is_seller_responsible bool An indicator, whether the seller needs to take action
fulfillment_type \Kaufland\Seller\Model\FulfillmentType

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