Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.83 KB

UnitEmbedded.md

File metadata and controls

30 lines (27 loc) · 1.83 KB

UnitEmbedded

Properties

Name Type Description Notes
status \Kaufland\Seller\Model\UnitStatuses
currency \Kaufland\Seller\Model\Currency
condition \Kaufland\Seller\Model\UnitCondition
id_unit int Internal ID of Unit, unique across all Units
note string A note for this unit
listing_price int Listing price, available only for Seller
minimum_price int Minimum price, available only for Seller with Tiefstpreisautomatik
price int Price at which this unit will be offered on Kaufland.de
id_offer string Seller's unique ID for offer(s)
id_product int Internal ID of Product, unique across all Products
id_shipping_group int ID of the shipping group
id_warehouse int ID of warehouse
amount int Amount of available Units
date_inserted_iso \DateTime DateTime when unit was created
date_lastchange_iso \DateTime DateTime when unit has been edited for the last time
handling_time int handling time
shipping_rate int
storefront \Kaufland\Seller\Model\Storefront
transport_time_min int Transport time minimum
transport_time_max int Transport time maximum
product \Kaufland\Seller\Model\Product [optional]
fulfillment_type \Kaufland\Seller\Model\FulfillmentType

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