Skip to content

Commit 643d478

Browse files
chore: added output samples
1 parent dd7b165 commit 643d478

3 files changed

Lines changed: 1052 additions & 0 deletions

File tree

Lines changed: 341 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,341 @@
1+
{
2+
"@context": "https://schema.org",
3+
"@graph": [
4+
{
5+
"@id": "#merchant",
6+
"@type": "Store",
7+
"name": "SOON HUAT MACHINERY ENTERPRISE",
8+
"identifier": {
9+
"@type": "PropertyValue",
10+
"name": "Company Registration Number",
11+
"value": "JM0352019-K"
12+
},
13+
"taxID": "002116837376",
14+
"telephone": "07-5547360",
15+
"faxNumber": "07-5624059",
16+
"email": "soonhuat2000@hotmail.com",
17+
"address": {
18+
"@type": "PostalAddress",
19+
"streetAddress": "No. 53, Jalan Putra 1, Taman Sri Putra",
20+
"postalCode": "81200",
21+
"addressLocality": "Johor Bahru",
22+
"addressRegion": "Johor",
23+
"addressCountry": "MY"
24+
}
25+
},
26+
{
27+
"@id": "#order",
28+
"@type": "Order",
29+
"seller": {
30+
"@id": "#merchant"
31+
},
32+
"orderNumber": "CS00004040",
33+
"orderDate": "2019-01-11T09:44:00",
34+
"paymentMethod": "https://schema.org/Cash",
35+
"paymentStatus": "https://schema.org/PaymentComplete",
36+
"priceCurrency": "MYR",
37+
"acceptedOffer": [
38+
{
39+
"@id": "#offer-1"
40+
},
41+
{
42+
"@id": "#offer-2"
43+
},
44+
{
45+
"@id": "#offer-3"
46+
},
47+
{
48+
"@id": "#offer-4"
49+
},
50+
{
51+
"@id": "#offer-5"
52+
},
53+
{
54+
"@id": "#offer-6"
55+
},
56+
{
57+
"@id": "#offer-7"
58+
},
59+
{
60+
"@id": "#offer-8"
61+
}
62+
],
63+
"additionalProperty": [
64+
{
65+
"@type": "PropertyValue",
66+
"name": "Receipt Type",
67+
"value": "CASH SALES"
68+
},
69+
{
70+
"@type": "PropertyValue",
71+
"name": "Cashier",
72+
"value": "USER"
73+
},
74+
{
75+
"@type": "PropertyValue",
76+
"name": "Total Quantity",
77+
"value": 9
78+
},
79+
{
80+
"@type": "PropertyValue",
81+
"name": "Total Sales",
82+
"value": "327.00",
83+
"unitText": "MYR"
84+
},
85+
{
86+
"@type": "PropertyValue",
87+
"name": "Discount",
88+
"value": "0.00",
89+
"unitText": "MYR"
90+
},
91+
{
92+
"@type": "PropertyValue",
93+
"name": "Rounding",
94+
"value": "0.00",
95+
"unitText": "MYR"
96+
},
97+
{
98+
"@type": "PropertyValue",
99+
"name": "Cash",
100+
"value": "327.00",
101+
"unitText": "MYR"
102+
},
103+
{
104+
"@type": "PropertyValue",
105+
"name": "Change",
106+
"value": "0.00",
107+
"unitText": "MYR"
108+
},
109+
{
110+
"@type": "PropertyValue",
111+
"name": "Return Notice",
112+
"value": "Goods sold are not returnable, thank you."
113+
}
114+
]
115+
},
116+
{
117+
"@id": "#offer-1",
118+
"@type": "Offer",
119+
"price": "80.00",
120+
"priceCurrency": "MYR",
121+
"eligibleQuantity": {
122+
"@type": "QuantitativeValue",
123+
"value": 1,
124+
"unitText": "service"
125+
},
126+
"itemOffered": {
127+
"@id": "#service-1"
128+
},
129+
"seller": {
130+
"@id": "#merchant"
131+
}
132+
},
133+
{
134+
"@id": "#service-1",
135+
"@type": "Service",
136+
"name": "REPAIR ENGINE POWER SPRAYER (1 UNIT) WORKMANSHIP & SERVICE",
137+
"identifier": {
138+
"@type": "PropertyValue",
139+
"name": "Receipt Item Code",
140+
"value": "1072"
141+
}
142+
},
143+
{
144+
"@id": "#offer-2",
145+
"@type": "Offer",
146+
"price": "160.00",
147+
"priceCurrency": "MYR",
148+
"eligibleQuantity": {
149+
"@type": "QuantitativeValue",
150+
"value": 1,
151+
"unitText": "item"
152+
},
153+
"itemOffered": {
154+
"@id": "#product-1"
155+
},
156+
"seller": {
157+
"@id": "#merchant"
158+
}
159+
},
160+
{
161+
"@id": "#product-1",
162+
"@type": "Product",
163+
"name": "GIANT 608 OVERFLOW ASSY",
164+
"identifier": {
165+
"@type": "PropertyValue",
166+
"name": "Receipt Item Code",
167+
"value": "70549"
168+
}
169+
},
170+
{
171+
"@id": "#offer-3",
172+
"@type": "Offer",
173+
"price": "17.00",
174+
"priceCurrency": "MYR",
175+
"eligibleQuantity": {
176+
"@type": "QuantitativeValue",
177+
"value": 1,
178+
"unitText": "item"
179+
},
180+
"itemOffered": {
181+
"@id": "#product-2"
182+
},
183+
"seller": {
184+
"@id": "#merchant"
185+
}
186+
},
187+
{
188+
"@id": "#product-2",
189+
"@type": "Product",
190+
"name": "ENGINE OIL",
191+
"identifier": {
192+
"@type": "PropertyValue",
193+
"name": "Receipt Item Code",
194+
"value": "1071"
195+
}
196+
},
197+
{
198+
"@id": "#offer-4",
199+
"@type": "Offer",
200+
"price": "10.00",
201+
"priceCurrency": "MYR",
202+
"eligibleQuantity": {
203+
"@type": "QuantitativeValue",
204+
"value": 1,
205+
"unitText": "item"
206+
},
207+
"itemOffered": {
208+
"@id": "#product-3"
209+
},
210+
"seller": {
211+
"@id": "#merchant"
212+
}
213+
},
214+
{
215+
"@id": "#product-3",
216+
"@type": "Product",
217+
"name": "GREASE FOR TOOLS 40ML (AKODA)",
218+
"identifier": {
219+
"@type": "PropertyValue",
220+
"name": "Receipt Item Code",
221+
"value": "70791"
222+
}
223+
},
224+
{
225+
"@id": "#offer-5",
226+
"@type": "Offer",
227+
"price": "6.00",
228+
"priceCurrency": "MYR",
229+
"eligibleQuantity": {
230+
"@type": "QuantitativeValue",
231+
"value": 1,
232+
"unitText": "item"
233+
},
234+
"itemOffered": {
235+
"@id": "#product-4"
236+
},
237+
"seller": {
238+
"@id": "#merchant"
239+
}
240+
},
241+
{
242+
"@id": "#product-4",
243+
"@type": "Product",
244+
"name": "EY20 PLUG CHAMPION",
245+
"identifier": {
246+
"@type": "PropertyValue",
247+
"name": "Receipt Item Code",
248+
"value": "70637"
249+
}
250+
},
251+
{
252+
"@id": "#offer-6",
253+
"@type": "Offer",
254+
"price": "8.00",
255+
"priceCurrency": "MYR",
256+
"eligibleQuantity": {
257+
"@type": "QuantitativeValue",
258+
"value": 1,
259+
"unitText": "item"
260+
},
261+
"itemOffered": {
262+
"@id": "#product-5"
263+
},
264+
"seller": {
265+
"@id": "#merchant"
266+
}
267+
},
268+
{
269+
"@id": "#product-5",
270+
"@type": "Product",
271+
"name": "STARTER TALI",
272+
"identifier": {
273+
"@type": "PropertyValue",
274+
"name": "Receipt Item Code",
275+
"value": "1643"
276+
}
277+
},
278+
{
279+
"@id": "#offer-7",
280+
"@type": "Offer",
281+
"price": "10.00",
282+
"priceCurrency": "MYR",
283+
"eligibleQuantity": {
284+
"@type": "QuantitativeValue",
285+
"value": 1,
286+
"unitText": "item"
287+
},
288+
"itemOffered": {
289+
"@id": "#product-6"
290+
},
291+
"seller": {
292+
"@id": "#merchant"
293+
}
294+
},
295+
{
296+
"@id": "#product-6",
297+
"@type": "Product",
298+
"name": "EY20 STARTER HANDLE",
299+
"identifier": {
300+
"@type": "PropertyValue",
301+
"name": "Receipt Item Code",
302+
"value": "70197"
303+
}
304+
},
305+
{
306+
"@id": "#offer-8",
307+
"@type": "Offer",
308+
"price": "36.00",
309+
"priceCurrency": "MYR",
310+
"eligibleQuantity": {
311+
"@type": "QuantitativeValue",
312+
"value": 2,
313+
"unitText": "item"
314+
},
315+
"itemOffered": {
316+
"@id": "#product-7"
317+
},
318+
"seller": {
319+
"@id": "#merchant"
320+
},
321+
"additionalProperty": [
322+
{
323+
"@type": "PropertyValue",
324+
"name": "Printed Unit Price",
325+
"value": "18.00",
326+
"unitText": "MYR"
327+
}
328+
]
329+
},
330+
{
331+
"@id": "#product-7",
332+
"@type": "Product",
333+
"name": "HD40 1L COTIN",
334+
"identifier": {
335+
"@type": "PropertyValue",
336+
"name": "Receipt Item Code",
337+
"value": "70861"
338+
}
339+
}
340+
]
341+
}

0 commit comments

Comments
 (0)