Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.28 KB

File metadata and controls

20 lines (17 loc) · 2.28 KB

# Offer

Properties

Name Type Description Notes
allow_counter_offer bool If set to true, the buyer is allowed to make a counter-offer to the seller's offer. [optional]
buyer \Ebay\Sell\Negotiation\Model\User [optional]
creation_date string The date and time when the seller's offer was created. The returned timestamp is formatted as an ISO 8601 string, which is based on the 24-hour Coordinated Universal Time (UTC) clock. Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z Example: 2018-08-20T07:09:00.000Z [optional]
initiated_by string The eBay UserName of the user (seller) who initiated the offer. [optional]
last_modified_date string The date and time when the offer was last modified. The returned timestamp is formatted as an ISO 8601 string. [optional]
message string A seller-defined message related to the offer being made. This message is sent to the list of "interested" buyers along with the offer message from eBay. [optional]
offer_duration \Ebay\Sell\Negotiation\Model\TimeDuration [optional]
offered_items \Ebay\Sell\Negotiation\Model\OfferedItem[] The list of items associated with the offer. Currently, the offer list is restricted to a single offer. [optional]
offer_id string A unique eBay-assigned identifier for the offer. [optional]
offer_status string The current state, or status, of an offer. Status states include PENDING, COUNTERED, ACCEPTED, and DECLINED. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/negotiation/types/api:OfferStatusEnum&#39;&gt;eBay API documentation</a> [optional]
offer_type string The type of offer being made. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/negotiation/types/api:OfferTypeEnum&#39;&gt;eBay API documentation</a> [optional]
revision string A unique, eBay-assigned ID for the revision of the offer. [optional]

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