<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=Service_-_Sell_Offer_Reserved_Sales</id>
	<title>Service - Sell Offer Reserved Sales - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=Service_-_Sell_Offer_Reserved_Sales"/>
	<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=Service_-_Sell_Offer_Reserved_Sales&amp;action=history"/>
	<updated>2026-05-04T10:36:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://izara.io/wiki/index.php?title=Service_-_Sell_Offer_Reserved_Sales&amp;diff=3504&amp;oldid=prev</id>
		<title>Sven the Barbarian: Created page with &quot;= Overview =  Sell Offer Reserved Sales are offers for a product that will be ready at a specific time and has a limited number of units available, buyers reserve their unit/s and optionally may pre-reserve the next time the offer becomes available.  Unlike an auction, sellOfferReservedSales have a fixed price structure.  = Examples =  * Restaurant offers limited servings of a dish on a specific date * Raw Material producer can plan a crop will be available at a certain...&quot;</title>
		<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=Service_-_Sell_Offer_Reserved_Sales&amp;diff=3504&amp;oldid=prev"/>
		<updated>2025-08-12T13:49:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Overview =  Sell Offer Reserved Sales are offers for a product that will be ready at a specific time and has a limited number of units available, buyers reserve their unit/s and optionally may pre-reserve the next time the offer becomes available.  Unlike an auction, sellOfferReservedSales have a fixed price structure.  = Examples =  * Restaurant offers limited servings of a dish on a specific date * Raw Material producer can plan a crop will be available at a certain...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
Sell Offer Reserved Sales are offers for a product that will be ready at a specific time and has a limited number of units available, buyers reserve their unit/s and optionally may pre-reserve the next time the offer becomes available.&lt;br /&gt;
&lt;br /&gt;
Unlike an auction, sellOfferReservedSales have a fixed price structure.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
* Restaurant offers limited servings of a dish on a specific date&lt;br /&gt;
* Raw Material producer can plan a crop will be available at a certain time and buyers can reserve units beforehand&lt;br /&gt;
&lt;br /&gt;
= Notes =&lt;br /&gt;
&lt;br /&gt;
* The product describes the item being sold&lt;br /&gt;
* Multiple sellOfferReservedSales could be attached to a single product, multiple sellers or the same seller with different dates/units available etc&lt;br /&gt;
* a sellOfferReservedSale persists between times of setting as active, this allows the option of buyers pre-reserving prior to the seller making the offer available (optional setting)&lt;br /&gt;
&lt;br /&gt;
= Repository =&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/izara-market-services/izara-market-products-sell-offer-reserved-sales&lt;br /&gt;
&lt;br /&gt;
= Object Schemas =&lt;br /&gt;
; Additional Information: [[Per Service Schemas]]&lt;br /&gt;
&lt;br /&gt;
== objType ==&lt;br /&gt;
&lt;br /&gt;
=== sellOfferReservedSale ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	objectType: &amp;quot;sellOfferReservedSale&amp;quot;,&lt;br /&gt;
	extendObjType: {&lt;br /&gt;
		serviceTag: &amp;quot;sellOfferManager&amp;quot;,&lt;br /&gt;
		objectType: &amp;quot;sellOffer&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
	storageResources: {&lt;br /&gt;
		myGraph: {&lt;br /&gt;
			storageType: &amp;quot;graph&amp;quot;,&lt;br /&gt;
			graphServerTag: &amp;quot;GraphHandler&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
    },&lt;br /&gt;
	addOnDataStructure: [ // optional, add for additional setting to objectType&lt;br /&gt;
		{&lt;br /&gt;
			type:&amp;quot;versionedData&amp;quot;,&lt;br /&gt;
			versionedDataLabel: &amp;quot;sellOfferReservedSaleSettings&amp;quot;,&lt;br /&gt;
			storageResourceTag : &amp;quot;myGraph&amp;quot;,&lt;br /&gt;
			fieldNames: {&lt;br /&gt;
				&amp;quot;saleReadyTimestamp&amp;quot;:{&lt;br /&gt;
					type: &amp;quot;timestamp&amp;quot;,&lt;br /&gt;
					requiredOnCreate: true,&lt;br /&gt;
				},&lt;br /&gt;
				&amp;quot;sellOfferActive&amp;quot;:{&lt;br /&gt;
					type: &amp;quot;boolean&amp;quot;,&lt;br /&gt;
					requiredOnCreate: true,&lt;br /&gt;
				},&lt;br /&gt;
				&amp;quot;allowInactiveReservation&amp;quot;:{&lt;br /&gt;
					type: &amp;quot;boolean&amp;quot;,&lt;br /&gt;
					requiredOnCreate: true,&lt;br /&gt;
				},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
		{ // shared with sellOfferStandard&lt;br /&gt;
			type: &amp;quot;attributeTree&amp;quot;,    &lt;br /&gt;
			attributeTreeTag: &amp;quot;sellOfferTerms&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
	],&lt;br /&gt;
	//* should already exist in sellOffer objType&lt;br /&gt;
	canDelete: false,&lt;br /&gt;
	belongTo: { //* should already exist in sellOffer objType&lt;br /&gt;
		serviceTag: &amp;quot;user&amp;quot;,&lt;br /&gt;
		objectType: &amp;quot;user&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Object Relationships ==&lt;br /&gt;
&lt;br /&gt;
=== preReserveSellOfferReservedSale ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;preReserveSellOfferReservedSale&amp;quot;: {&lt;br /&gt;
		storageResources: {&lt;br /&gt;
			myGraph: {&lt;br /&gt;
				storageType: &amp;quot;graph&amp;quot;,&lt;br /&gt;
				graphServerTag: &amp;quot;GraphHandler&amp;quot;			&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
		fieldNames: {&lt;br /&gt;
			&amp;quot;quantity&amp;quot;: {&lt;br /&gt;
				type: &amp;quot;number&amp;quot;,&lt;br /&gt;
				requiredOnCreate: true,&lt;br /&gt;
			},&lt;br /&gt;
		},&lt;br /&gt;
		links: [&lt;br /&gt;
			{&lt;br /&gt;
				storageResourceTags: [&amp;quot;myGraph&amp;quot;],&lt;br /&gt;
				from: {&lt;br /&gt;
					objType: {&lt;br /&gt;
						serviceTag: &amp;quot;user&amp;quot;,&lt;br /&gt;
						objectType: &amp;quot;user&amp;quot;&lt;br /&gt;
					},&lt;br /&gt;
					linkType: &amp;quot;many&amp;quot;,&lt;br /&gt;
				},&lt;br /&gt;
				to: {&lt;br /&gt;
					objType: {&lt;br /&gt;
						serviceTag: &amp;quot;sellOfferReservedSale&amp;quot;,&lt;br /&gt;
						objectType: &amp;quot;sellOfferReservedSale&amp;quot;&lt;br /&gt;
					},&lt;br /&gt;
					linkType: &amp;quot;many&amp;quot;&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		]&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* links a user to a sellOfferReservedSale that is inactive&lt;br /&gt;
* when sellOfferReservedSale becomes active buyer is notified and sellOffer is added to their cart&lt;br /&gt;
* can be removed (userLevel permission required)&lt;br /&gt;
* immutable, if want to change quantity, remove and make new&lt;br /&gt;
&lt;br /&gt;
= Working documents =&lt;br /&gt;
&lt;br /&gt;
[[:Category:Working_documents - Sell Offer Reserved Sales|Sell Offer Reserved Sales]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Backend services| Sell Offer Reserved Sales]]&lt;/div&gt;</summary>
		<author><name>Sven the Barbarian</name></author>
	</entry>
</feed>