This example provides a general overview of what the demand side of a supply chain record may include. It is not exhaustive of possibilities and many items are optional.
{
"@context": "https://restfulchain.com/voc1/",
"@id": "https://rc.example.com/rc/gs1/01/01234567890128",
"@type": "rc1:RestfulchainDemand",
"rc1:dateModifiedTo": null,
"rc1:modifiedToURI": null,
"rc1:dateDeleted": null,
"rc1:digestValue": "SHA256 hash of the entire rc1:content object, including input hashes",
"rc1:content": {
"@context": [
"https://restfulchain.com/voc1/",
"https://gs1.org/voc/"
],
"@id": "https://rc.example.com/rc/gs1/01/01234567890128",
"@type": "gs1:Offer",
"rc1:dateCreated": "2023-04-01 15:31Z",
"rc1:modifiedFromURI": null,
"rc1:modifiedFromDigestValue": "SHA256 hash matching (verified) of modifiedFromURI URI's rc1:digestValue",
"rc1:nonce": "A453B537C363D45E483F",
"gs1:availabilityStarts": "2023-04-01 15:31Z",
"gs1:availabilityEnds": "2024-12-31 23:59Z",
"gs1:seeker": {
"@type": "gs1:Organization",
"gs1:organizationName": "Seeker Name",
"gs1:logo": "https://seeker.com/logo.jpg",
"gs1:address": {
"@type": "gs1:PostalAddress",
"gs1:streetAddress": "1234 Street Name; include all PostalAddress Fields"
},
"gs1:geo": {
"@type": "gs1:GeoCoordinates",
"gs1:latitude": "Seeker Latitude",
"gs1:longitude": "Seeker Longitude"
}
},
"gs1:itemOffered": {
"@id": "https://rc.example.com/rc/gs1/01/01234567890128/itemOffered",
"@type": "gs1:Product",
"gs1:gtin": "01234567890128",
"gs1:productName": "Example Product",
"gs1:image": "https://example.com/product-image.jpg",
"gs1:productDescription": "Detailed description of the product.",
"rc1:minExpirationDate": "2024-12-31",
"rc1:minProductionDate": "2023-04-01",
"gs1:manufacturer": {
"@type": "gs1:Organization",
"gs1:organizationName": "Requesting Organization Name",
"gs1:logo": "https://example.com/logo.jpg",
"gs1:address": {
"@type": "gs1:PostalAddress",
"gs1:streetAddress": "1234 Street Name; include all PostalAddress Fields"
},
"gs1:geo": {
"@type": "gs1:GeoCoordinates",
"gs1:latitude": "Your Latitude",
"gs1:longitude": "Your Longitude"
}
},
"gs1:certification": [
{
"@type": "gs1:CertificationDetails",
"gs1:certificationIdentification": "XSC-C-12345",
"gs1:certificationStandard": "Egg classification"
}
],
"rc1:input": [
{
"@id": "https://rc.acme.com/rc/gs1/01/01234567890128",
"@type": "gs1:Product",
"gs1:productName": "Input Product 1",
"gs1:gtin": "09876543210987",
"gs1:manufacturer": {
"@type": "gs1:Organization",
"gs1:organizationName": "Input Supplier 1",
"gs1:address": {
"@type": "gs1:PostalAddress",
"gs1:streetAddress": "Country of Origin 1; include all PostalAddress Fields"
},
"gs1:geo": {
"@type": "gs1:GeoCoordinates",
"gs1:latitude": "Input Manufacturer Latitude",
"gs1:longitude": "Input Manufacturer Longitude"
}
},
"gs1:certification": [
{
"@type": "gs1:CertificationDetails",
"gs1:certificationIdentification": "XSC-C-12345",
"gs1:certificationStandard": "Egg classification"
}
]
}
]
}
},
"gs1:priceSpecification": [
{
"@type": "gs1:PriceSpecification",
"gs1:priceCurrency": "USD",
"gs1:price": "19.99",
"gs1:eligibleQuantityMaximum": 99
},
{
"@type": "gs1:PriceSpecification",
"gs1:priceCurrency": "USD",
"gs1:price": "17.99",
"gs1:eligibleQuantityMinimum": 100,
"gs1:eligibleQuantityMaximum": 499
},
{
"@type": "gs1:PriceSpecification",
"gs1:priceCurrency": "USD",
"gs1:price": "15.99",
"gs1:eligibleQuantityMinimum": 500
}
]
}