6 name: Vendo Connect Inc.
7 url: https://getvendo.com
8 email: sales@getvendo.com
9 description: Spree Platform API
12 "/api/v2/platform/addresses":
14 summary: Return a list of Addresses
19 description: Returns a list of Addresses
20 operationId: addresses-list
34 description: 'Select which associated resources you would like to fetch, see:
35 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
36 example: user,country,state
39 - name: filter[user_id_eq]
45 - name: filter[firstname_cont]
53 description: Records returned
55 application/vnd.api+json:
65 address1: 1 Lovely Street
71 alternative_phone: 555-555-0199
73 created_at: '2022-11-08T19:33:50.821Z'
74 updated_at: '2022-11-08T19:33:50.821Z'
95 address1: 2 Lovely Street
101 alternative_phone: 555-555-0199
103 created_at: '2022-11-08T19:33:50.825Z'
104 updated_at: '2022-11-08T19:33:50.825Z'
125 self: http://www.example.com/api/v2/platform/addresses?page=1&per_page=&include=&filter[user_id_eq]=&filter[firstname_cont]=
126 next: http://www.example.com/api/v2/platform/addresses?filter%5Bfirstname_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
127 prev: http://www.example.com/api/v2/platform/addresses?filter%5Bfirstname_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
128 last: http://www.example.com/api/v2/platform/addresses?filter%5Bfirstname_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
129 first: http://www.example.com/api/v2/platform/addresses?filter%5Bfirstname_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
131 "$ref": "#/components/schemas/resources_list"
133 description: Authentication Failed
135 application/vnd.api+json:
139 error: The access token is invalid
141 "$ref": "#/components/schemas/error"
143 summary: Create an Address
148 description: Creates an Address
149 operationId: create-address
153 description: 'Select which associated resources you would like to fetch, see:
154 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
155 example: user,country,state
160 description: Record created
162 application/vnd.api+json:
172 address1: 5 Lovely Street
178 alternative_phone: 555-555-0199
180 created_at: '2022-11-08T19:33:51.471Z'
181 updated_at: '2022-11-08T19:33:51.471Z'
200 "$ref": "#/components/schemas/resource"
202 description: Invalid request
204 application/vnd.api+json:
208 error: First Name can't be blank, Last Name can't be blank, Address
209 can't be blank, City can't be blank, Country can't be blank,
210 Zip Code can't be blank, and Phone can't be blank
227 "$ref": "#/components/schemas/validation_errors"
232 "$ref": "#/components/schemas/create_address_params"
233 "/api/v2/platform/addresses/{id}":
235 summary: Return an Address
240 description: Returns an Address
241 operationId: show-address
250 description: 'Select which associated resources you would like to fetch, see:
251 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
252 example: user,country,state
257 description: Record found
259 application/vnd.api+json:
269 address1: 6 Lovely Street
275 alternative_phone: 555-555-0199
277 created_at: '2022-11-08T19:33:51.740Z'
278 updated_at: '2022-11-08T19:33:51.740Z'
295 "$ref": "#/components/schemas/resource"
297 description: Record not found
299 application/vnd.api+json:
303 error: The resource you were looking for could not be found.
305 "$ref": "#/components/schemas/error"
307 description: Authentication Failed
309 application/vnd.api+json:
313 error: The access token is invalid
315 "$ref": "#/components/schemas/error"
317 summary: Update an Address
322 description: Updates an Address
323 operationId: update-address
332 description: 'Select which associated resources you would like to fetch, see:
333 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
334 example: user,country,state
339 description: Record updated
341 application/vnd.api+json:
351 address1: 8 Lovely Street
357 alternative_phone: 555-555-0199
359 created_at: '2022-11-08T19:33:52.269Z'
360 updated_at: '2022-11-08T19:33:52.501Z'
377 "$ref": "#/components/schemas/resource"
379 description: Invalid request
381 application/vnd.api+json:
385 error: First Name can't be blank and Last Name can't be blank
392 "$ref": "#/components/schemas/validation_errors"
394 description: Record not found
396 application/vnd.api+json:
400 error: The resource you were looking for could not be found.
402 "$ref": "#/components/schemas/error"
404 description: Authentication Failed
406 application/vnd.api+json:
410 error: The access token is invalid
412 "$ref": "#/components/schemas/error"
417 "$ref": "#/components/schemas/update_address_params"
419 summary: Delete an Address
424 description: Deletes an Address
425 operationId: delete-address
434 description: Record deleted
436 description: Record not found
438 application/vnd.api+json:
442 error: The resource you were looking for could not be found.
444 "$ref": "#/components/schemas/error"
446 description: Authentication Failed
448 application/vnd.api+json:
452 error: The access token is invalid
454 "$ref": "#/components/schemas/error"
455 "/api/v2/platform/adjustments":
457 summary: Return a list of Adjustments
462 description: Returns a list of Adjustments
463 operationId: adjustments-list
477 description: 'Select which associated resources you would like to fetch, see:
478 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
479 example: order,adjustable
482 - name: filter[order_id]
490 description: Records returned
492 application/vnd.api+json:
500 source_type: Spree::TaxRate
501 adjustable_type: Spree::Order
506 created_at: '2022-11-08T19:33:53.732Z'
507 updated_at: '2022-11-08T19:33:53.732Z'
510 display_amount: "$100.00"
527 source_type: Spree::TaxRate
528 adjustable_type: Spree::Order
533 created_at: '2022-11-08T19:33:53.754Z'
534 updated_at: '2022-11-08T19:33:53.754Z'
537 display_amount: "$100.00"
556 self: http://www.example.com/api/v2/platform/adjustments?page=1&per_page=&include=&filter[order_id]=
557 next: http://www.example.com/api/v2/platform/adjustments?filter%5Border_id%5D=&include=&page=1&per_page=
558 prev: http://www.example.com/api/v2/platform/adjustments?filter%5Border_id%5D=&include=&page=1&per_page=
559 last: http://www.example.com/api/v2/platform/adjustments?filter%5Border_id%5D=&include=&page=1&per_page=
560 first: http://www.example.com/api/v2/platform/adjustments?filter%5Border_id%5D=&include=&page=1&per_page=
562 "$ref": "#/components/schemas/resources_list"
564 description: Authentication Failed
566 application/vnd.api+json:
570 error: The access token is invalid
572 "$ref": "#/components/schemas/error"
574 summary: Create an Adjustment
579 description: Creates an Adjustment
580 operationId: create-adjustment
584 description: 'Select which associated resources you would like to fetch, see:
585 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
586 example: order,adjustable
591 description: Record created
593 application/vnd.api+json:
601 source_type: Spree::TaxRate
602 adjustable_type: Spree::LineItem
607 created_at: '2022-11-08T19:33:54.527Z'
608 updated_at: '2022-11-08T19:33:54.527Z'
611 display_amount: "$100.00"
624 "$ref": "#/components/schemas/resource"
626 description: Invalid request
628 application/vnd.api+json:
632 error: Adjustable can't be blank, Order can't be blank, Label
633 can't be blank, and Amount is not a number
644 "$ref": "#/components/schemas/validation_errors"
649 "$ref": "#/components/schemas/create_adjustment_params"
650 "/api/v2/platform/adjustments/{id}":
652 summary: Return an Adjustment
657 description: Returns an Adjustment
658 operationId: show-adjustment
667 description: 'Select which associated resources you would like to fetch, see:
668 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
669 example: order,adjustable
674 description: Record found
676 application/vnd.api+json:
684 source_type: Spree::TaxRate
685 adjustable_type: Spree::LineItem
690 created_at: '2022-11-08T19:33:54.871Z'
691 updated_at: '2022-11-08T19:33:54.875Z'
694 display_amount: "$1.00"
709 "$ref": "#/components/schemas/resource"
711 description: Record not found
713 application/vnd.api+json:
717 error: The resource you were looking for could not be found.
719 "$ref": "#/components/schemas/error"
721 description: Authentication Failed
723 application/vnd.api+json:
727 error: The access token is invalid
729 "$ref": "#/components/schemas/error"
731 summary: Update an Adjustment
736 description: Updates an Adjustment
737 operationId: update-adjustment
746 description: 'Select which associated resources you would like to fetch, see:
747 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
748 example: order,adjustable
753 description: Record updated
755 application/vnd.api+json:
763 source_type: Spree::TaxRate
764 adjustable_type: Spree::LineItem
769 created_at: '2022-11-08T19:33:55.540Z'
770 updated_at: '2022-11-08T19:33:55.775Z'
773 display_amount: "$15.00"
788 "$ref": "#/components/schemas/resource"
790 description: Invalid request
792 application/vnd.api+json:
796 error: Label can't be blank
801 "$ref": "#/components/schemas/validation_errors"
803 description: Record not found
805 application/vnd.api+json:
809 error: The resource you were looking for could not be found.
811 "$ref": "#/components/schemas/error"
813 description: Authentication Failed
815 application/vnd.api+json:
819 error: The access token is invalid
821 "$ref": "#/components/schemas/error"
826 "$ref": "#/components/schemas/update_adjustment_params"
828 summary: Delete an Adjustment
833 description: Deletes an Adjustment
834 operationId: delete-adjustment
843 description: Record deleted
845 description: Record not found
847 application/vnd.api+json:
851 error: The resource you were looking for could not be found.
853 "$ref": "#/components/schemas/error"
855 description: Authentication Failed
857 application/vnd.api+json:
861 error: The access token is invalid
863 "$ref": "#/components/schemas/error"
864 "/api/v2/platform/classifications":
866 summary: Return a list of Classifications
871 description: Returns a list of Classifications
872 operationId: classifications-list
886 description: 'Select which associated resources you would like to fetch, see:
887 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
888 example: product,taxon
891 - name: filter[taxon_id_eq]
899 description: Records returned
901 application/vnd.api+json:
910 created_at: '2022-11-08T19:33:57.238Z'
911 updated_at: '2022-11-08T19:33:57.238Z'
925 created_at: '2022-11-08T19:33:57.322Z'
926 updated_at: '2022-11-08T19:33:57.322Z'
941 self: http://www.example.com/api/v2/platform/classifications?page=1&per_page=&include=&filter[taxon_id_eq]=
942 next: http://www.example.com/api/v2/platform/classifications?filter%5Btaxon_id_eq%5D=&include=&page=1&per_page=
943 prev: http://www.example.com/api/v2/platform/classifications?filter%5Btaxon_id_eq%5D=&include=&page=1&per_page=
944 last: http://www.example.com/api/v2/platform/classifications?filter%5Btaxon_id_eq%5D=&include=&page=1&per_page=
945 first: http://www.example.com/api/v2/platform/classifications?filter%5Btaxon_id_eq%5D=&include=&page=1&per_page=
947 "$ref": "#/components/schemas/resources_list"
949 description: Authentication Failed
951 application/vnd.api+json:
955 error: The access token is invalid
957 "$ref": "#/components/schemas/error"
959 summary: Create a Classification
964 description: Creates a Classification
965 operationId: create-classification
969 description: 'Select which associated resources you would like to fetch, see:
970 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
971 example: product,taxon
976 description: Record created
978 application/vnd.api+json:
987 created_at: '2022-11-08T19:33:58.099Z'
988 updated_at: '2022-11-08T19:33:58.099Z'
999 "$ref": "#/components/schemas/resource"
1001 description: Invalid request
1003 application/vnd.api+json:
1007 error: Taxon can't be blank and Product can't be blank
1014 "$ref": "#/components/schemas/validation_errors"
1019 "$ref": "#/components/schemas/create_classification_params"
1020 "/api/v2/platform/classifications/{id}":
1022 summary: Return a Classification
1027 description: Returns a Classification
1028 operationId: show-classification
1037 description: 'Select which associated resources you would like to fetch, see:
1038 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1039 example: product,taxon
1044 description: Record found
1046 application/vnd.api+json:
1052 type: classification
1055 created_at: '2022-11-08T19:33:58.452Z'
1056 updated_at: '2022-11-08T19:33:58.452Z'
1067 "$ref": "#/components/schemas/resource"
1069 description: Record not found
1071 application/vnd.api+json:
1075 error: The resource you were looking for could not be found.
1077 "$ref": "#/components/schemas/error"
1079 description: Authentication Failed
1081 application/vnd.api+json:
1085 error: The access token is invalid
1087 "$ref": "#/components/schemas/error"
1089 summary: Update a Classification
1094 description: Updates a Classification
1095 operationId: update-classification
1104 description: 'Select which associated resources you would like to fetch, see:
1105 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1106 example: product,taxon
1111 description: Record updated
1113 application/vnd.api+json:
1119 type: classification
1122 created_at: '2022-11-08T19:33:59.135Z'
1123 updated_at: '2022-11-08T19:33:59.135Z'
1134 "$ref": "#/components/schemas/resource"
1136 description: Invalid request
1138 application/vnd.api+json:
1142 error: Product can't be blank
1147 "$ref": "#/components/schemas/validation_errors"
1149 description: Record not found
1151 application/vnd.api+json:
1155 error: The resource you were looking for could not be found.
1157 "$ref": "#/components/schemas/error"
1159 description: Authentication Failed
1161 application/vnd.api+json:
1165 error: The access token is invalid
1167 "$ref": "#/components/schemas/error"
1172 "$ref": "#/components/schemas/update_classification_params"
1174 summary: Delete a Classification
1179 description: Deletes a Classification
1180 operationId: delete-classification
1189 description: Record deleted
1191 description: Record not found
1193 application/vnd.api+json:
1197 error: The resource you were looking for could not be found.
1199 "$ref": "#/components/schemas/error"
1201 description: Authentication Failed
1203 application/vnd.api+json:
1207 error: The access token is invalid
1209 "$ref": "#/components/schemas/error"
1210 "/api/v2/platform/cms_pages":
1212 summary: Return a list of CMS Pages
1217 description: Returns a list of CMS Pages
1218 operationId: cms-pages-list
1232 description: 'Select which associated resources you would like to fetch, see:
1233 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1234 example: cms_sections
1237 - name: filter[type_eq]
1240 example: Spree::Cms::Pages::FeaturePage
1243 - name: filter[locale_eq]
1249 - name: filter[title_cont]
1257 description: Records returned
1259 application/vnd.api+json:
1267 title: Modi soluta tenetur velit odit corporis aut.
1272 slug: modi-soluta-tenetur-velit-odit-corporis-aut
1273 type: Spree::Cms::Pages::StandardPage
1276 created_at: '2022-11-08T19:34:00.831Z'
1277 updated_at: '2022-11-08T19:34:00.831Z'
1284 title: Distinctio alias numquam porro corrupti enim perferendis
1290 slug: distinctio-alias-numquam-porro-corrupti-enim-perferendis-fugiat
1291 type: Spree::Cms::Pages::StandardPage
1294 created_at: '2022-11-08T19:34:00.836Z'
1295 updated_at: '2022-11-08T19:34:00.836Z'
1304 self: http://www.example.com/api/v2/platform/cms_pages?page=1&per_page=&include=&filter[type_eq]=&filter[locale_eq]=&filter[title_cont]=
1305 next: http://www.example.com/api/v2/platform/cms_pages?filter%5Blocale_eq%5D=&filter%5Btitle_cont%5D=&filter%5Btype_eq%5D=&include=&page=1&per_page=
1306 prev: http://www.example.com/api/v2/platform/cms_pages?filter%5Blocale_eq%5D=&filter%5Btitle_cont%5D=&filter%5Btype_eq%5D=&include=&page=1&per_page=
1307 last: http://www.example.com/api/v2/platform/cms_pages?filter%5Blocale_eq%5D=&filter%5Btitle_cont%5D=&filter%5Btype_eq%5D=&include=&page=1&per_page=
1308 first: http://www.example.com/api/v2/platform/cms_pages?filter%5Blocale_eq%5D=&filter%5Btitle_cont%5D=&filter%5Btype_eq%5D=&include=&page=1&per_page=
1310 "$ref": "#/components/schemas/resources_list"
1312 description: Authentication Failed
1314 application/vnd.api+json:
1318 error: The access token is invalid
1320 "$ref": "#/components/schemas/error"
1322 summary: Create a CMS Page
1327 description: Creates a CMS Page
1328 operationId: create-cms-page
1332 description: 'Select which associated resources you would like to fetch, see:
1333 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1334 example: cms_sections
1339 description: Record created
1341 application/vnd.api+json:
1349 title: Eligendi recusandae hic magnam at voluptates delectus
1355 slug: eligendi-recusandae-hic-magnam-at-voluptates-delectus-quis
1356 type: Spree::Cms::Pages::StandardPage
1359 created_at: '2022-11-08T19:34:01.378Z'
1360 updated_at: '2022-11-08T19:34:01.378Z'
1365 "$ref": "#/components/schemas/resource"
1367 description: Invalid request
1369 application/vnd.api+json:
1373 error: Title can't be blank, Locale can't be blank, and Type can't
1383 "$ref": "#/components/schemas/validation_errors"
1389 - "$ref": "#/components/schemas/create_standard_cms_page_params"
1390 - "$ref": "#/components/schemas/create_homepage_cms_page_params"
1391 - "$ref": "#/components/schemas/create_feature_cms_page_params"
1392 "/api/v2/platform/cms_pages/{id}":
1394 summary: Return a CMS Page
1399 description: Returns a CMS Page
1400 operationId: show-cms-page
1409 description: 'Select which associated resources you would like to fetch, see:
1410 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1411 example: cms_sections
1416 description: Record found
1418 application/vnd.api+json:
1426 title: Tempora ut laudantium occaecati sunt magnam quae consequuntur.
1431 slug: tempora-ut-laudantium-occaecati-sunt-magnam-quae-consequuntur
1432 type: Spree::Cms::Pages::StandardPage
1435 created_at: '2022-11-08T19:34:01.659Z'
1436 updated_at: '2022-11-08T19:34:01.659Z'
1441 "$ref": "#/components/schemas/resource"
1443 description: Record not found
1445 application/vnd.api+json:
1449 error: The resource you were looking for could not be found.
1451 "$ref": "#/components/schemas/error"
1453 description: Authentication Failed
1455 application/vnd.api+json:
1459 error: The access token is invalid
1461 "$ref": "#/components/schemas/error"
1463 summary: Update a CMS Page
1468 description: Updates a CMS Page
1469 operationId: update-cms-page
1478 description: 'Select which associated resources you would like to fetch, see:
1479 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1480 example: cms_sections
1485 description: Record updated
1487 application/vnd.api+json:
1495 title: My Super Page
1500 slug: cumque-excepturi-nisi-cupiditate-dolore
1501 type: Spree::Cms::Pages::StandardPage
1504 created_at: '2022-11-08T19:34:02.188Z'
1505 updated_at: '2022-11-08T19:34:02.420Z'
1510 "$ref": "#/components/schemas/resource"
1512 description: Invalid request
1514 application/vnd.api+json:
1518 error: Title can't be blank
1523 "$ref": "#/components/schemas/validation_errors"
1525 description: Record not found
1527 application/vnd.api+json:
1531 error: The resource you were looking for could not be found.
1533 "$ref": "#/components/schemas/error"
1535 description: Authentication Failed
1537 application/vnd.api+json:
1541 error: The access token is invalid
1543 "$ref": "#/components/schemas/error"
1549 - "$ref": "#/components/schemas/update_standard_cms_page_params"
1550 - "$ref": "#/components/schemas/update_homepage_cms_page_params"
1551 - "$ref": "#/components/schemas/update_feature_cms_page_params"
1553 summary: Delete a CMS Page
1558 description: Deletes a CMS Page
1559 operationId: delete-cms-page
1568 description: Record deleted
1570 description: Record not found
1572 application/vnd.api+json:
1576 error: The resource you were looking for could not be found.
1578 "$ref": "#/components/schemas/error"
1580 description: Authentication Failed
1582 application/vnd.api+json:
1586 error: The access token is invalid
1588 "$ref": "#/components/schemas/error"
1589 "/api/v2/platform/cms_sections":
1591 summary: Return a list of CMS Sections
1596 description: Returns a list of CMS Sections
1597 operationId: cms-sections-list
1611 description: 'Select which associated resources you would like to fetch, see:
1612 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1616 - name: filter[name_eq]
1624 description: Records returned
1626 application/vnd.api+json:
1634 name: Culpa natus incidunt nisi itaque quod harum quisquam
1641 type: Spree::Cms::Sections::HeroImage
1643 linked_resource_type: Spree::Taxon
1644 created_at: '2022-11-08T19:34:03.525Z'
1645 updated_at: '2022-11-08T19:34:03.525Z'
1656 name: Aperiam quo deserunt qui quidem unde ratione.
1658 link_type_one: Spree::Taxon
1659 link_type_two: Spree::Taxon
1660 link_type_three: Spree::Taxon
1662 layout_style: Default
1665 type: Spree::Cms::Sections::ImageGallery
1667 linked_resource_type:
1668 created_at: '2022-11-08T19:34:03.529Z'
1669 updated_at: '2022-11-08T19:34:03.529Z'
1680 name: Molestiae quo distinctio enim dignissimos laborum cumque.
1686 type: Spree::Cms::Sections::FeaturedArticle
1688 linked_resource_type: Spree::Taxon
1689 created_at: '2022-11-08T19:34:03.534Z'
1690 updated_at: '2022-11-08T19:34:03.534Z'
1701 name: Quaerat ad enim consequuntur vitae.
1707 type: Spree::Cms::Sections::HeroImage
1709 linked_resource_type: Spree::Product
1710 created_at: '2022-11-08T19:34:03.539Z'
1711 updated_at: '2022-11-08T19:34:03.539Z'
1724 name: Quod saepe occaecati et eaque eum expedita ut.
1730 type: Spree::Cms::Sections::HeroImage
1732 linked_resource_type: Spree::Product
1733 created_at: '2022-11-08T19:34:03.543Z'
1734 updated_at: '2022-11-08T19:34:03.543Z'
1749 self: http://www.example.com/api/v2/platform/cms_sections?page=1&per_page=&include=&filter[name_eq]=
1750 next: http://www.example.com/api/v2/platform/cms_sections?filter%5Bname_eq%5D=&include=&page=1&per_page=
1751 prev: http://www.example.com/api/v2/platform/cms_sections?filter%5Bname_eq%5D=&include=&page=1&per_page=
1752 last: http://www.example.com/api/v2/platform/cms_sections?filter%5Bname_eq%5D=&include=&page=1&per_page=
1753 first: http://www.example.com/api/v2/platform/cms_sections?filter%5Bname_eq%5D=&include=&page=1&per_page=
1755 "$ref": "#/components/schemas/resources_list"
1757 description: Authentication Failed
1759 application/vnd.api+json:
1763 error: The access token is invalid
1765 "$ref": "#/components/schemas/error"
1767 summary: Create a CMS Section
1772 description: Creates a CMS Section
1773 operationId: create-cms-section
1777 description: 'Select which associated resources you would like to fetch, see:
1778 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1784 description: Record created
1786 application/vnd.api+json:
1794 name: Hic iste cupiditate corrupti esse minima.
1800 type: Spree::Cms::Sections::HeroImage
1802 linked_resource_type: Spree::Product
1803 created_at: '2022-11-08T19:34:04.185Z'
1804 updated_at: '2022-11-08T19:34:04.185Z'
1815 "$ref": "#/components/schemas/resource"
1817 description: Invalid request
1819 application/vnd.api+json:
1823 error: Name can't be blank, Cms page can't be blank, and Type
1833 "$ref": "#/components/schemas/validation_errors"
1839 - "$ref": "#/components/schemas/create_hero_image_cms_section_params"
1840 - "$ref": "#/components/schemas/create_product_carousel_cms_section_params"
1841 - "$ref": "#/components/schemas/create_side_by_side_images_cms_section_params"
1842 - "$ref": "#/components/schemas/create_featured_article_cms_section_params"
1843 - "$ref": "#/components/schemas/create_image_gallery_cms_section_params"
1844 - "$ref": "#/components/schemas/create_rich_text_cms_section_params"
1845 "/api/v2/platform/cms_sections/{id}":
1847 summary: Return a CMS Section
1852 description: Returns a CMS Section
1853 operationId: show-cms-section
1862 description: 'Select which associated resources you would like to fetch, see:
1863 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1869 description: Record found
1871 application/vnd.api+json:
1879 name: Debitis rerum nulla maiores quam ut impedit.
1885 type: Spree::Cms::Sections::HeroImage
1887 linked_resource_type: Spree::Product
1888 created_at: '2022-11-08T19:34:04.573Z'
1889 updated_at: '2022-11-08T19:34:04.573Z'
1900 "$ref": "#/components/schemas/resource"
1902 description: Record not found
1904 application/vnd.api+json:
1908 error: The resource you were looking for could not be found.
1910 "$ref": "#/components/schemas/error"
1912 description: Authentication Failed
1914 application/vnd.api+json:
1918 error: The access token is invalid
1920 "$ref": "#/components/schemas/error"
1922 summary: Update a CMS Section
1927 description: Updates a CMS Section
1928 operationId: update-cms-section
1937 description: 'Select which associated resources you would like to fetch, see:
1938 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
1944 description: Record updated
1946 application/vnd.api+json:
1960 type: Spree::Cms::Sections::HeroImage
1962 linked_resource_type: Spree::Product
1963 created_at: '2022-11-08T19:34:05.290Z'
1964 updated_at: '2022-11-08T19:34:05.525Z'
1975 "$ref": "#/components/schemas/resource"
1977 description: Invalid request
1979 application/vnd.api+json:
1983 error: Name can't be blank
1988 "$ref": "#/components/schemas/validation_errors"
1990 description: Record not found
1992 application/vnd.api+json:
1996 error: The resource you were looking for could not be found.
1998 "$ref": "#/components/schemas/error"
2000 description: Authentication Failed
2002 application/vnd.api+json:
2006 error: The access token is invalid
2008 "$ref": "#/components/schemas/error"
2014 - "$ref": "#/components/schemas/update_hero_image_cms_section_params"
2015 - "$ref": "#/components/schemas/update_product_carousel_cms_section_params"
2016 - "$ref": "#/components/schemas/update_side_by_side_images_cms_section_params"
2017 - "$ref": "#/components/schemas/update_featured_article_cms_section_params"
2018 - "$ref": "#/components/schemas/update_image_gallery_cms_section_params"
2019 - "$ref": "#/components/schemas/update_rich_text_cms_section_params"
2021 summary: Delete a CMS Section
2026 description: Deletes a CMS Section
2027 operationId: delete-cms-section
2036 description: Record deleted
2038 description: Record not found
2040 application/vnd.api+json:
2044 error: The resource you were looking for could not be found.
2046 "$ref": "#/components/schemas/error"
2048 description: Authentication Failed
2050 application/vnd.api+json:
2054 error: The access token is invalid
2056 "$ref": "#/components/schemas/error"
2057 "/api/v2/platform/countries":
2059 summary: Returns a list of Countries
2064 operationId: countries-list
2065 description: Returns a list of Countries
2068 description: Records returned
2070 application/vnd.api+json:
2078 iso_name: UNITED STATES
2081 name: United States of America
2083 states_required: true
2084 updated_at: '2022-11-08T19:34:06.932Z'
2085 zipcode_required: true
2086 created_at: '2022-11-08T19:34:06.932Z'
2093 iso_name: ISO_NAME_2
2098 states_required: false
2099 updated_at: '2022-11-08T19:34:06.937Z'
2100 zipcode_required: true
2101 created_at: '2022-11-08T19:34:06.937Z'
2108 iso_name: ISO_NAME_3
2113 states_required: false
2114 updated_at: '2022-11-08T19:34:06.939Z'
2115 zipcode_required: true
2116 created_at: '2022-11-08T19:34:06.939Z'
2125 self: http://www.example.com/api/v2/platform/countries
2126 next: http://www.example.com/api/v2/platform/countries?page=1
2127 prev: http://www.example.com/api/v2/platform/countries?page=1
2128 last: http://www.example.com/api/v2/platform/countries?page=1
2129 first: http://www.example.com/api/v2/platform/countries?page=1
2131 "$ref": "#/components/schemas/resources_list"
2133 description: Authentication Failed
2135 application/vnd.api+json:
2139 error: The access token is invalid
2141 "$ref": "#/components/schemas/error"
2142 "/api/v2/platform/countries/{id}":
2144 summary: Returns a Country
2149 operationId: show-country
2150 description: Returns a Country
2159 description: Record found
2161 application/vnd.api+json:
2169 iso_name: ISO_NAME_6
2174 states_required: false
2175 updated_at: '2022-11-08T19:34:07.232Z'
2176 zipcode_required: true
2177 created_at: '2022-11-08T19:34:07.232Z'
2182 "$ref": "#/components/schemas/resource"
2184 description: Record not found
2186 application/vnd.api+json:
2190 error: The resource you were looking for could not be found.
2192 "$ref": "#/components/schemas/error"
2194 description: Authentication Failed
2196 application/vnd.api+json:
2200 error: The access token is invalid
2202 "$ref": "#/components/schemas/error"
2203 "/api/v2/platform/data_feeds":
2205 summary: Return a list of Data Feeds
2210 operationId: data-feeds-list
2224 description: Records returned
2226 application/vnd.api+json:
2234 name: First Data Feed
2235 type: Spree::DataFeed::Google
2236 slug: e593ae1f-630a-4f77-832f-0489da1c921b
2241 name: Second Data Feed
2242 type: Spree::DataFeed::Google
2243 slug: 52f060f2-76cf-4983-89a3-714419941463
2250 self: http://www.example.com/api/v2/platform/data_feeds?page=1&per_page=
2251 next: http://www.example.com/api/v2/platform/data_feeds?page=1&per_page=
2252 prev: http://www.example.com/api/v2/platform/data_feeds?page=1&per_page=
2253 last: http://www.example.com/api/v2/platform/data_feeds?page=1&per_page=
2254 first: http://www.example.com/api/v2/platform/data_feeds?page=1&per_page=
2256 "$ref": "#/components/schemas/resources_list"
2258 description: Authentication Failed
2260 application/vnd.api+json:
2264 error: The access token is invalid
2266 "$ref": "#/components/schemas/error"
2268 summary: Create a Data Feed
2273 description: Creates a Data Feed
2274 operationId: create-data-feed
2278 description: Record created
2280 application/vnd.api+json:
2288 name: First Data Feed
2289 type: Spree::DataFeed::Google
2290 slug: e593ae1f-630a-4f77-832f-0489da1c921b
2293 "$ref": "#/components/schemas/resource"
2295 description: Invalid request
2297 application/vnd.api+json:
2301 error: Data Feed name can't be blank
2308 "$ref": "#/components/schemas/validation_errors"
2313 "$ref": "#/components/schemas/create_data_feed_params"
2314 "/api/v2/platform/data_feeds/{id}":
2316 summary: Return a Data Feed
2321 description: Returns a Data Feed
2322 operationId: show-data-feed
2331 description: Record found
2333 application/vnd.api+json:
2341 name: First Data Feed
2342 type: Spree::DataFeed::Google
2343 slug: e593ae1f-630a-4f77-832f-0489da1c921b
2351 "$ref": "#/components/schemas/resource"
2353 description: Record not found
2355 application/vnd.api+json:
2359 error: The resource you were looking for could not be found.
2361 "$ref": "#/components/schemas/error"
2363 description: Authentication Failed
2365 application/vnd.api+json:
2369 error: The access token is invalid
2371 "$ref": "#/components/schemas/error"
2373 summary: Update a Data Feed
2378 description: Updates a Data Feed
2379 operationId: update-data-feed
2388 description: Record updated
2390 application/vnd.api+json:
2398 name: First Data Feed
2399 type: Spree::DataFeed::Google
2400 slug: e593ae1f-630a-4f77-832f-0489da1c921b
2403 "$ref": "#/components/schemas/resource"
2405 description: Invalid request
2407 application/vnd.api+json:
2411 error: Name is blank
2416 "$ref": "#/components/schemas/validation_errors"
2418 description: Record not found
2420 application/vnd.api+json:
2424 error: The resource you were looking for could not be found.
2426 "$ref": "#/components/schemas/error"
2428 description: Authentication Failed
2430 application/vnd.api+json:
2434 error: The access token is invalid
2436 "$ref": "#/components/schemas/error"
2441 "$ref": "#/components/schemas/update_data_feed_params"
2443 summary: Delete a Data Feed
2448 description: Deletes a Data Feed
2449 operationId: delete-data-feed
2458 description: Record deleted
2460 description: Record not found
2462 application/vnd.api+json:
2466 error: The resource you were looking for could not be found.
2468 "$ref": "#/components/schemas/error"
2470 description: Authentication Failed
2472 application/vnd.api+json:
2476 error: The access token is invalid
2478 "$ref": "#/components/schemas/error"
2479 "/api/v2/platform/digital_links":
2481 summary: Return a list of Digital Links
2486 description: Returns a list of Digital Links
2487 operationId: digital-links-list
2501 description: Records returned
2503 application/vnd.api+json:
2511 token: K5s8uUkdD2TjL8MySKcT3d4Y
2525 token: kCrqhTH4d6jUnzGnvx6vRjMH
2541 self: http://www.example.com/api/v2/platform/digital_links?page=1&per_page=
2542 next: http://www.example.com/api/v2/platform/digital_links?page=1&per_page=
2543 prev: http://www.example.com/api/v2/platform/digital_links?page=1&per_page=
2544 last: http://www.example.com/api/v2/platform/digital_links?page=1&per_page=
2545 first: http://www.example.com/api/v2/platform/digital_links?page=1&per_page=
2547 "$ref": "#/components/schemas/resources_list"
2549 description: Authentication Failed
2551 application/vnd.api+json:
2555 error: The access token is invalid
2557 "$ref": "#/components/schemas/error"
2559 summary: Create a Digital Link
2564 description: Creates a Digital Link
2565 operationId: create-digital-link
2569 description: Record created
2571 application/vnd.api+json:
2579 token: 6bPn1uP9HWaYecdMFkFAkcc3
2591 "$ref": "#/components/schemas/resource"
2593 description: Invalid request
2595 application/vnd.api+json:
2599 error: Digital can't be blank, Line item can't be blank, and Access
2600 counter is not a number
2609 "$ref": "#/components/schemas/validation_errors"
2614 "$ref": "#/components/schemas/create_digital_link_params"
2615 "/api/v2/platform/digital_links/{id}":
2617 summary: Return a Digital Link
2622 description: Returns a Digital Link
2623 operationId: show-digital-link
2632 description: Record found
2634 application/vnd.api+json:
2642 token: vxRU3WSqXJ2J2WbjaC2kLHpg
2654 "$ref": "#/components/schemas/resource"
2656 description: Record not found
2658 application/vnd.api+json:
2662 error: The resource you were looking for could not be found.
2664 "$ref": "#/components/schemas/error"
2666 description: Authentication Failed
2668 application/vnd.api+json:
2672 error: The access token is invalid
2674 "$ref": "#/components/schemas/error"
2676 summary: Update a Digital Link
2681 description: Updates a Digital Link
2682 operationId: update-digital-link
2691 description: Record updated
2693 application/vnd.api+json:
2701 token: hv6VNk8yK2oiZRPsB1pQnazN
2713 "$ref": "#/components/schemas/resource"
2715 description: Invalid request
2717 application/vnd.api+json:
2721 error: Access counter is not a number
2726 "$ref": "#/components/schemas/validation_errors"
2728 description: Record not found
2730 application/vnd.api+json:
2734 error: The resource you were looking for could not be found.
2736 "$ref": "#/components/schemas/error"
2738 description: Authentication Failed
2740 application/vnd.api+json:
2744 error: The access token is invalid
2746 "$ref": "#/components/schemas/error"
2751 "$ref": "#/components/schemas/update_digital_link_params"
2753 summary: Delete a Digital Link
2758 description: Deletes a Digital Link
2759 operationId: delete-digital-link
2768 description: Record deleted
2770 description: Record not found
2772 application/vnd.api+json:
2776 error: The resource you were looking for could not be found.
2778 "$ref": "#/components/schemas/error"
2780 description: Authentication Failed
2782 application/vnd.api+json:
2786 error: The access token is invalid
2788 "$ref": "#/components/schemas/error"
2789 "/api/v2/platform/digital_links/{id}/reset":
2791 summary: Reset a Digital Link
2796 operationId: reset-digital-link
2797 description: Resets a digital link, allowing further downloads.
2806 description: Record updated
2808 application/vnd.api+json:
2816 token: NBDYF1WRkrnFJewp4PqjATdQ
2828 "$ref": "#/components/schemas/resource"
2830 description: Record not found
2832 application/vnd.api+json:
2836 error: The resource you were looking for could not be found.
2838 "$ref": "#/components/schemas/error"
2840 description: Authentication Failed
2842 application/vnd.api+json:
2846 error: The access token is invalid
2848 "$ref": "#/components/schemas/error"
2849 "/api/v2/platform/digitals":
2851 summary: Return a list of Digital Assets
2856 description: Returns a list of Digital Assets
2857 operationId: digitals-list
2871 description: 'Select which associated resources you would like to fetch, see:
2872 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
2878 description: Records returned
2880 application/vnd.api+json:
2888 url: "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBJQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--fd5f8cec8849d4ccb3d1b3142c05292c54a61183/thinking-cat.jpg"
2889 content_type: image/jpeg
2890 filename: thinking-cat.jpg
2900 url: "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBJUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a5cdd34bda2b6ab554834bbebc5eabfe55065258/thinking-cat.jpg"
2901 content_type: image/jpeg
2902 filename: thinking-cat.jpg
2912 url: "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBJZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--86cfdf96a18ded007d9ec0ae05dd122cee26fef5/thinking-cat.jpg"
2913 content_type: image/jpeg
2914 filename: thinking-cat.jpg
2926 self: http://www.example.com/api/v2/platform/digitals?page=1&per_page=&include=
2927 next: http://www.example.com/api/v2/platform/digitals?include=&page=1&per_page=
2928 prev: http://www.example.com/api/v2/platform/digitals?include=&page=1&per_page=
2929 last: http://www.example.com/api/v2/platform/digitals?include=&page=1&per_page=
2930 first: http://www.example.com/api/v2/platform/digitals?include=&page=1&per_page=
2932 "$ref": "#/components/schemas/resources_list"
2934 description: Authentication Failed
2936 application/vnd.api+json:
2940 error: The access token is invalid
2942 "$ref": "#/components/schemas/error"
2944 summary: Create a Digital Asset
2949 description: Creates a Digital Asset
2950 operationId: create-digital
2954 description: 'Select which associated resources you would like to fetch, see:
2955 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
2961 description: Record created
2963 application/vnd.api+json:
2971 url: "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6cac9cd14eb0139474e42d68585bead023589c85/icon_256x256.jpg"
2972 content_type: image/png
2973 filename: icon_256x256.jpg
2981 "$ref": "#/components/schemas/resource"
2983 description: Invalid request
2985 application/vnd.api+json:
2989 error: Attachment can't be blank and Variant can't be blank
2996 "$ref": "#/components/schemas/validation_errors"
2999 multipart/form-data:
3001 "$ref": "#/components/schemas/create_digital_params"
3002 "/api/v2/platform/digitals/{id}":
3004 summary: Return a Digital Asset
3009 description: Returns a Digital Asset
3010 operationId: show-digital
3019 description: 'Select which associated resources you would like to fetch, see:
3020 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3026 description: Record found
3028 application/vnd.api+json:
3036 url: "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0b80fde2e739c30ef5390b1ca35d677810a2d02c/thinking-cat.jpg"
3037 content_type: image/jpeg
3038 filename: thinking-cat.jpg
3046 "$ref": "#/components/schemas/resource"
3048 description: Record not found
3050 application/vnd.api+json:
3054 error: The resource you were looking for could not be found.
3056 "$ref": "#/components/schemas/error"
3058 description: Authentication Failed
3060 application/vnd.api+json:
3064 error: The access token is invalid
3066 "$ref": "#/components/schemas/error"
3068 summary: Update a Digital Asset
3073 description: Updates a Digital Asset
3074 operationId: update-digital
3083 description: 'Select which associated resources you would like to fetch, see:
3084 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3090 description: Record updated
3092 application/vnd.api+json:
3100 url: "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBPQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f87d494de28c18444adcd95623dbd33fd728c466/icon_256x256.jpg"
3101 content_type: image/png
3102 filename: icon_256x256.jpg
3110 "$ref": "#/components/schemas/resource"
3112 description: Invalid request
3114 application/vnd.api+json:
3118 error: Variant can't be blank
3123 "$ref": "#/components/schemas/validation_errors"
3125 description: Record not found
3127 application/vnd.api+json:
3131 error: The resource you were looking for could not be found.
3133 "$ref": "#/components/schemas/error"
3135 description: Authentication Failed
3137 application/vnd.api+json:
3141 error: The access token is invalid
3143 "$ref": "#/components/schemas/error"
3146 multipart/form-data:
3148 "$ref": "#/components/schemas/update_digital_params"
3150 summary: Delete a Digital Asset
3155 description: Deletes a Digital Asset
3156 operationId: delete-digital
3165 description: Record deleted
3167 description: Record not found
3169 application/vnd.api+json:
3173 error: The resource you were looking for could not be found.
3175 "$ref": "#/components/schemas/error"
3177 description: Authentication Failed
3179 application/vnd.api+json:
3183 error: The access token is invalid
3185 "$ref": "#/components/schemas/error"
3186 "/api/v2/platform/line_items":
3188 summary: Return a list of Line Items
3193 description: Returns a list of Line Items
3194 operationId: line-items-list
3208 description: 'Select which associated resources you would like to fetch, see:
3209 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3210 example: order,tax_category,variant.product,digital_links
3213 - name: filter[order_id_eq]
3221 description: Records returned
3223 application/vnd.api+json:
3233 created_at: '2022-11-08T19:34:19.541Z'
3234 updated_at: '2022-11-08T19:34:19.550Z'
3237 adjustment_total: '0.0'
3238 additional_tax_total: '0.0'
3240 included_tax_total: '0.0'
3241 pre_tax_amount: '10.0'
3242 taxable_adjustment_total: '0.0'
3243 non_taxable_adjustment_total: '0.0'
3245 private_metadata: {}
3246 display_discounted_amount: "$10.00"
3247 display_amount: "$10.00"
3248 display_final_amount: "$10.00"
3249 display_subtotal: "$10.00"
3250 display_pre_tax_amount: "$10.00"
3251 display_price: "$10.00"
3252 display_adjustment_total: "$0.00"
3253 display_additional_tax_total: "$0.00"
3254 display_promo_total: "$0.00"
3255 display_total: "$10.00"
3256 display_included_tax_total: "$0.00"
3281 created_at: '2022-11-08T19:34:19.584Z'
3282 updated_at: '2022-11-08T19:34:19.590Z'
3285 adjustment_total: '0.0'
3286 additional_tax_total: '0.0'
3288 included_tax_total: '0.0'
3289 pre_tax_amount: '10.0'
3290 taxable_adjustment_total: '0.0'
3291 non_taxable_adjustment_total: '0.0'
3293 private_metadata: {}
3294 display_discounted_amount: "$10.00"
3295 display_amount: "$10.00"
3296 display_final_amount: "$10.00"
3297 display_subtotal: "$10.00"
3298 display_pre_tax_amount: "$10.00"
3299 display_price: "$10.00"
3300 display_adjustment_total: "$0.00"
3301 display_additional_tax_total: "$0.00"
3302 display_promo_total: "$0.00"
3303 display_total: "$10.00"
3304 display_included_tax_total: "$0.00"
3329 self: http://www.example.com/api/v2/platform/line_items?page=1&per_page=&include=&filter[order_id_eq]=
3330 next: http://www.example.com/api/v2/platform/line_items?filter%5Border_id_eq%5D=&include=&page=1&per_page=
3331 prev: http://www.example.com/api/v2/platform/line_items?filter%5Border_id_eq%5D=&include=&page=1&per_page=
3332 last: http://www.example.com/api/v2/platform/line_items?filter%5Border_id_eq%5D=&include=&page=1&per_page=
3333 first: http://www.example.com/api/v2/platform/line_items?filter%5Border_id_eq%5D=&include=&page=1&per_page=
3335 "$ref": "#/components/schemas/resources_list"
3337 description: Authentication Failed
3339 application/vnd.api+json:
3343 error: The access token is invalid
3345 "$ref": "#/components/schemas/error"
3347 summary: Create a Line Item
3352 description: Creates a Line Item
3353 operationId: create-line-item
3357 description: 'Select which associated resources you would like to fetch, see:
3358 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3359 example: order,tax_category,variant.product,digital_links
3364 description: Record created
3366 application/vnd.api+json:
3376 created_at: '2022-11-08T19:34:20.312Z'
3377 updated_at: '2022-11-08T19:34:20.352Z'
3380 adjustment_total: '0.0'
3381 additional_tax_total: '0.0'
3383 included_tax_total: '0.0'
3384 pre_tax_amount: '10.0'
3385 taxable_adjustment_total: '0.0'
3386 non_taxable_adjustment_total: '0.0'
3388 private_metadata: {}
3389 display_discounted_amount: "$10.00"
3390 display_amount: "$10.00"
3391 display_final_amount: "$10.00"
3392 display_subtotal: "$10.00"
3393 display_pre_tax_amount: "$10.00"
3394 display_price: "$10.00"
3395 display_adjustment_total: "$0.00"
3396 display_additional_tax_total: "$0.00"
3397 display_promo_total: "$0.00"
3398 display_total: "$10.00"
3399 display_included_tax_total: "$0.00"
3420 "$ref": "#/components/schemas/resource"
3422 description: Invalid request
3424 application/vnd.api+json:
3428 error: Variant can't be blank, Price is not a number, Currency
3429 Must match order currency
3436 - Must match order currency
3438 "$ref": "#/components/schemas/validation_errors"
3443 "$ref": "#/components/schemas/create_line_item_params"
3444 "/api/v2/platform/line_items/{id}":
3446 summary: Return a Line Item
3451 description: Returns a Line Item
3452 operationId: show-line-item
3461 description: 'Select which associated resources you would like to fetch, see:
3462 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3463 example: order,tax_category,variant.product,digital_links
3468 description: Record found
3470 application/vnd.api+json:
3480 created_at: '2022-11-08T19:34:20.761Z'
3481 updated_at: '2022-11-08T19:34:20.769Z'
3484 adjustment_total: '0.0'
3485 additional_tax_total: '0.0'
3487 included_tax_total: '0.0'
3488 pre_tax_amount: '10.0'
3489 taxable_adjustment_total: '0.0'
3490 non_taxable_adjustment_total: '0.0'
3492 private_metadata: {}
3493 display_discounted_amount: "$10.00"
3494 display_amount: "$10.00"
3495 display_final_amount: "$10.00"
3496 display_subtotal: "$10.00"
3497 display_pre_tax_amount: "$10.00"
3498 display_price: "$10.00"
3499 display_adjustment_total: "$0.00"
3500 display_additional_tax_total: "$0.00"
3501 display_promo_total: "$0.00"
3502 display_total: "$10.00"
3503 display_included_tax_total: "$0.00"
3524 "$ref": "#/components/schemas/resource"
3526 description: Record not found
3528 application/vnd.api+json:
3532 error: The resource you were looking for could not be found.
3534 "$ref": "#/components/schemas/error"
3536 description: Authentication Failed
3538 application/vnd.api+json:
3542 error: The access token is invalid
3544 "$ref": "#/components/schemas/error"
3546 summary: Update a Line Item
3551 description: Updates a Line Item
3552 operationId: update-line-item
3561 description: 'Select which associated resources you would like to fetch, see:
3562 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3563 example: order,tax_category,variant.product,digital_links
3568 description: Record updated
3570 application/vnd.api+json:
3580 created_at: '2022-11-08T19:34:21.508Z'
3581 updated_at: '2022-11-08T19:34:21.772Z'
3584 adjustment_total: '0.0'
3585 additional_tax_total: '0.0'
3587 included_tax_total: '0.0'
3588 pre_tax_amount: '40.0'
3589 taxable_adjustment_total: '0.0'
3590 non_taxable_adjustment_total: '0.0'
3592 private_metadata: {}
3593 display_discounted_amount: "$40.00"
3594 display_amount: "$40.00"
3595 display_final_amount: "$40.00"
3596 display_subtotal: "$40.00"
3597 display_pre_tax_amount: "$40.00"
3598 display_price: "$10.00"
3599 display_adjustment_total: "$0.00"
3600 display_additional_tax_total: "$0.00"
3601 display_promo_total: "$0.00"
3602 display_total: "$40.00"
3603 display_included_tax_total: "$0.00"
3624 "$ref": "#/components/schemas/resource"
3626 description: Invalid request
3628 application/vnd.api+json:
3632 error: Quantity selected of "Product 1275645" is not available.
3635 - selected of "Product 1275645" is not available.
3637 "$ref": "#/components/schemas/validation_errors"
3639 description: Record not found
3641 application/vnd.api+json:
3645 error: The resource you were looking for could not be found.
3647 "$ref": "#/components/schemas/error"
3649 description: Authentication Failed
3651 application/vnd.api+json:
3655 error: The access token is invalid
3657 "$ref": "#/components/schemas/error"
3662 "$ref": "#/components/schemas/update_line_item_params"
3664 summary: Delete a Line Item
3669 description: Deletes a Line Item
3670 operationId: delete-line-item
3679 description: Record deleted
3681 description: Record not found
3683 application/vnd.api+json:
3687 error: The resource you were looking for could not be found.
3689 "$ref": "#/components/schemas/error"
3691 description: Authentication Failed
3693 application/vnd.api+json:
3697 error: The access token is invalid
3699 "$ref": "#/components/schemas/error"
3700 "/api/v2/platform/menu_items":
3702 summary: Return a list of Menu Items
3707 description: Returns a list of Menu Items
3708 operationId: menu-items-list
3722 description: 'Select which associated resources you would like to fetch, see:
3723 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
3724 example: menu,icon,parent,children,linked_resource
3727 - name: filter[name_eq]
3735 description: Records returned
3737 application/vnd.api+json:
3745 name: Link no. 1 To Somewhere
3750 linked_resource_type: Spree::Linkable::Uri
3755 created_at: '2022-11-08T19:34:23.401Z'
3756 updated_at: '2022-11-08T19:34:23.404Z'
3782 name: Link no. 2 To Somewhere
3787 linked_resource_type: Spree::Linkable::Uri
3792 created_at: '2022-11-08T19:34:23.425Z'
3793 updated_at: '2022-11-08T19:34:23.428Z'
3819 name: Link no. 3 To Somewhere
3824 linked_resource_type: Spree::Linkable::Uri
3829 created_at: '2022-11-08T19:34:23.446Z'
3830 updated_at: '2022-11-08T19:34:23.449Z'
3856 name: Link no. 4 To Somewhere
3861 linked_resource_type: Spree::Linkable::Uri
3866 created_at: '2022-11-08T19:34:23.468Z'
3867 updated_at: '2022-11-08T19:34:23.471Z'
3893 name: Link no. 5 To Somewhere
3898 linked_resource_type: Spree::Linkable::Uri
3903 created_at: '2022-11-08T19:34:23.491Z'
3904 updated_at: '2022-11-08T19:34:23.494Z'
3930 name: Link no. 6 To Somewhere
3935 linked_resource_type: Spree::Linkable::Uri
3940 created_at: '2022-11-08T19:34:23.515Z'
3941 updated_at: '2022-11-08T19:34:23.518Z'
3967 name: Link no. 7 To Somewhere
3972 linked_resource_type: Spree::Linkable::Uri
3977 created_at: '2022-11-08T19:34:23.535Z'
3978 updated_at: '2022-11-08T19:34:23.537Z'
4004 name: Neque a rem deserunt beatae.
4008 item_type: Container
4009 linked_resource_type: Spree::Linkable::Uri
4014 created_at: '2022-11-08T19:34:23.379Z'
4015 updated_at: '2022-11-08T19:34:23.545Z'
4053 self: http://www.example.com/api/v2/platform/menu_items?page=1&per_page=&include=&filter[name_eq]=
4054 next: http://www.example.com/api/v2/platform/menu_items?filter%5Bname_eq%5D=&include=&page=1&per_page=
4055 prev: http://www.example.com/api/v2/platform/menu_items?filter%5Bname_eq%5D=&include=&page=1&per_page=
4056 last: http://www.example.com/api/v2/platform/menu_items?filter%5Bname_eq%5D=&include=&page=1&per_page=
4057 first: http://www.example.com/api/v2/platform/menu_items?filter%5Bname_eq%5D=&include=&page=1&per_page=
4059 "$ref": "#/components/schemas/resources_list"
4061 description: Authentication Failed
4063 application/vnd.api+json:
4067 error: The access token is invalid
4069 "$ref": "#/components/schemas/error"
4071 summary: Create a Menu Item
4076 description: Creates a Menu Item
4077 operationId: create-menu-item
4081 description: 'Select which associated resources you would like to fetch, see:
4082 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4083 example: menu,icon,parent,children,linked_resource
4088 description: Record created
4090 application/vnd.api+json:
4098 name: Link no. 18 To Somewhere
4103 linked_resource_type: Spree::Linkable::Uri
4108 created_at: '2022-11-08T19:34:24.333Z'
4109 updated_at: '2022-11-08T19:34:24.336Z'
4131 "$ref": "#/components/schemas/resource"
4133 description: Invalid request
4135 application/vnd.api+json:
4139 error: Name can't be blank, Menu can't be blank, and Item type
4140 is not included in the list
4147 - is not included in the list
4149 "$ref": "#/components/schemas/validation_errors"
4154 "$ref": "#/components/schemas/create_menu_item_params"
4155 "/api/v2/platform/menu_items/{id}":
4157 summary: Return a Menu Item
4162 description: Returns a Menu Item
4163 operationId: show-menu-item
4172 description: 'Select which associated resources you would like to fetch, see:
4173 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4174 example: menu,icon,parent,children,linked_resource
4179 description: Record found
4181 application/vnd.api+json:
4189 name: Link no. 25 To Somewhere
4194 linked_resource_type: Spree::Linkable::Uri
4199 created_at: '2022-11-08T19:34:24.785Z'
4200 updated_at: '2022-11-08T19:34:24.788Z'
4224 "$ref": "#/components/schemas/resource"
4226 description: Record not found
4228 application/vnd.api+json:
4232 error: The resource you were looking for could not be found.
4234 "$ref": "#/components/schemas/error"
4236 description: Authentication Failed
4238 application/vnd.api+json:
4242 error: The access token is invalid
4244 "$ref": "#/components/schemas/error"
4246 summary: Update a Menu Item
4251 description: Updates a Menu Item
4252 operationId: update-menu-item
4261 description: 'Select which associated resources you would like to fetch, see:
4262 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4263 example: menu,icon,parent,children,linked_resource
4268 description: Record updated
4270 application/vnd.api+json:
4283 linked_resource_type: Spree::Linkable::Uri
4288 created_at: '2022-11-08T19:34:25.609Z'
4289 updated_at: '2022-11-08T19:34:25.857Z'
4313 "$ref": "#/components/schemas/resource"
4315 description: Invalid request
4317 application/vnd.api+json:
4321 error: Name can't be blank
4326 "$ref": "#/components/schemas/validation_errors"
4328 description: Record not found
4330 application/vnd.api+json:
4334 error: The resource you were looking for could not be found.
4336 "$ref": "#/components/schemas/error"
4338 description: Authentication Failed
4340 application/vnd.api+json:
4344 error: The access token is invalid
4346 "$ref": "#/components/schemas/error"
4351 "$ref": "#/components/schemas/update_menu_item_params"
4353 summary: Delete a Menu Item
4358 description: Deletes a Menu Item
4359 operationId: delete-menu-item
4368 description: Record deleted
4370 description: Record not found
4372 application/vnd.api+json:
4376 error: The resource you were looking for could not be found.
4378 "$ref": "#/components/schemas/error"
4380 description: Authentication Failed
4382 application/vnd.api+json:
4386 error: The access token is invalid
4388 "$ref": "#/components/schemas/error"
4389 "/api/v2/platform/menu_items/{id}/reposition":
4391 summary: Reposition a Menu Item
4396 operationId: reposition-menu-item
4397 description: Reposition a Menu Item
4406 description: Record updated
4408 application/vnd.api+json:
4416 name: Link no. 62 To Somewhere
4421 linked_resource_type: Spree::Linkable::Uri
4426 created_at: '2022-11-08T19:34:27.610Z'
4427 updated_at: '2022-11-08T19:34:27.858Z'
4451 "$ref": "#/components/schemas/resource"
4453 description: Record not found
4455 application/vnd.api+json:
4459 error: The resource you were looking for could not be found.
4461 "$ref": "#/components/schemas/error"
4463 description: Authentication Failed
4465 application/vnd.api+json:
4469 error: The access token is invalid
4471 "$ref": "#/components/schemas/error"
4476 "$ref": "#/components/schemas/menu_item_reposition"
4477 "/api/v2/platform/menus":
4479 summary: Return a list of Menus
4484 description: Returns a list of Menus
4485 operationId: menus-list
4499 description: 'Select which associated resources you would like to fetch, see:
4500 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4504 - name: filter[name_eq]
4510 - name: filter[location_eq]
4518 description: Records returned
4520 application/vnd.api+json:
4531 created_at: '2022-11-08T19:34:28.349Z'
4532 updated_at: '2022-11-08T19:34:28.398Z'
4548 created_at: '2022-11-08T19:34:28.357Z'
4549 updated_at: '2022-11-08T19:34:28.448Z'
4564 self: http://www.example.com/api/v2/platform/menus?page=1&per_page=&include=&filter[name_eq]=&filter[location_eq]=
4565 next: http://www.example.com/api/v2/platform/menus?filter%5Blocation_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
4566 prev: http://www.example.com/api/v2/platform/menus?filter%5Blocation_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
4567 last: http://www.example.com/api/v2/platform/menus?filter%5Blocation_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
4568 first: http://www.example.com/api/v2/platform/menus?filter%5Blocation_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
4570 "$ref": "#/components/schemas/resources_list"
4572 description: Authentication Failed
4574 application/vnd.api+json:
4578 error: The access token is invalid
4580 "$ref": "#/components/schemas/error"
4582 summary: Create a Menu
4587 description: Creates a Menu
4588 operationId: create-menu
4592 description: 'Select which associated resources you would like to fetch, see:
4593 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4599 description: Record created
4601 application/vnd.api+json:
4612 created_at: '2022-11-08T19:34:29.089Z'
4613 updated_at: '2022-11-08T19:34:29.097Z'
4620 "$ref": "#/components/schemas/resource"
4622 description: Invalid request
4624 application/vnd.api+json:
4628 error: Name can't be blank, Locale can't be blank, and Location
4629 is not included in the list
4636 - is not included in the list
4638 "$ref": "#/components/schemas/validation_errors"
4643 "$ref": "#/components/schemas/create_menu_params"
4644 "/api/v2/platform/menus/{id}":
4646 summary: Return a Menu
4651 description: Returns a Menu
4652 operationId: show-menu
4661 description: 'Select which associated resources you would like to fetch, see:
4662 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4668 description: Record found
4670 application/vnd.api+json:
4681 created_at: '2022-11-08T19:34:29.371Z'
4682 updated_at: '2022-11-08T19:34:29.376Z'
4689 "$ref": "#/components/schemas/resource"
4691 description: Record not found
4693 application/vnd.api+json:
4697 error: The resource you were looking for could not be found.
4699 "$ref": "#/components/schemas/error"
4701 description: Authentication Failed
4703 application/vnd.api+json:
4707 error: The access token is invalid
4709 "$ref": "#/components/schemas/error"
4711 summary: Update a Menu
4716 description: Updates a Menu
4717 operationId: update-menu
4726 description: 'Select which associated resources you would like to fetch, see:
4727 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
4733 description: Record updated
4735 application/vnd.api+json:
4746 created_at: '2022-11-08T19:34:29.913Z'
4747 updated_at: '2022-11-08T19:34:29.919Z'
4754 "$ref": "#/components/schemas/resource"
4756 description: Invalid request
4758 application/vnd.api+json:
4762 error: Name can't be blank, Locale can't be blank, and Location
4763 is not included in the list
4770 - is not included in the list
4772 "$ref": "#/components/schemas/validation_errors"
4774 description: Record not found
4776 application/vnd.api+json:
4780 error: The resource you were looking for could not be found.
4782 "$ref": "#/components/schemas/error"
4784 description: Authentication Failed
4786 application/vnd.api+json:
4790 error: The access token is invalid
4792 "$ref": "#/components/schemas/error"
4797 "$ref": "#/components/schemas/update_menu_params"
4799 summary: Delete a Menu
4804 description: Deletes a Menu
4805 operationId: delete-menu
4814 description: Record deleted
4816 description: Record not found
4818 application/vnd.api+json:
4822 error: The resource you were looking for could not be found.
4824 "$ref": "#/components/schemas/error"
4826 description: Authentication Failed
4828 application/vnd.api+json:
4832 error: The access token is invalid
4834 "$ref": "#/components/schemas/error"
4835 "/api/v2/platform/option_types":
4837 summary: Return a list of Option Types
4842 description: Returns a list of Option Types
4843 operationId: option-types-list
4855 - name: filter[option_type_id_eq]
4861 - name: filter[name_cont]
4869 description: Records returned
4871 application/vnd.api+json:
4882 created_at: '2022-11-08T19:34:31.242Z'
4883 updated_at: '2022-11-08T19:34:31.242Z'
4886 private_metadata: {}
4896 created_at: '2022-11-08T19:34:31.244Z'
4897 updated_at: '2022-11-08T19:34:31.244Z'
4900 private_metadata: {}
4909 self: http://www.example.com/api/v2/platform/option_types?page=1&per_page=&filter[option_type_id_eq]=&filter[name_cont]=
4910 next: http://www.example.com/api/v2/platform/option_types?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&page=1&per_page=
4911 prev: http://www.example.com/api/v2/platform/option_types?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&page=1&per_page=
4912 last: http://www.example.com/api/v2/platform/option_types?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&page=1&per_page=
4913 first: http://www.example.com/api/v2/platform/option_types?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&page=1&per_page=
4915 "$ref": "#/components/schemas/resources_list"
4917 description: Authentication Failed
4919 application/vnd.api+json:
4923 error: The access token is invalid
4925 "$ref": "#/components/schemas/error"
4927 summary: Create an Option Type
4932 description: Creates an Option Type
4933 operationId: create-option-type
4937 description: Record created
4939 application/vnd.api+json:
4950 created_at: '2022-11-08T19:34:31.761Z'
4951 updated_at: '2022-11-08T19:34:31.761Z'
4954 private_metadata: {}
4959 "$ref": "#/components/schemas/resource"
4961 description: Invalid request
4963 application/vnd.api+json:
4967 error: Name can't be blank and Presentation can't be blank
4974 "$ref": "#/components/schemas/validation_errors"
4979 "$ref": "#/components/schemas/create_option_type_params"
4980 "/api/v2/platform/option_types/{id}":
4982 summary: Return an Option Type
4987 description: Returns an Option Type
4988 operationId: show-option-type
4997 description: Record found
4999 application/vnd.api+json:
5010 created_at: '2022-11-08T19:34:32.026Z'
5011 updated_at: '2022-11-08T19:34:32.026Z'
5014 private_metadata: {}
5019 "$ref": "#/components/schemas/resource"
5021 description: Record not found
5023 application/vnd.api+json:
5027 error: The resource you were looking for could not be found.
5029 "$ref": "#/components/schemas/error"
5031 description: Authentication Failed
5033 application/vnd.api+json:
5037 error: The access token is invalid
5039 "$ref": "#/components/schemas/error"
5041 summary: Update an Option Type
5046 description: Updates an Option Type
5047 operationId: update-option-type
5056 description: Record updated
5058 application/vnd.api+json:
5069 created_at: '2022-11-08T19:34:32.542Z'
5070 updated_at: '2022-11-08T19:34:32.772Z'
5073 private_metadata: {}
5078 "$ref": "#/components/schemas/resource"
5080 description: Invalid request
5082 application/vnd.api+json:
5086 error: Name can't be blank
5091 "$ref": "#/components/schemas/validation_errors"
5093 description: Record not found
5095 application/vnd.api+json:
5099 error: The resource you were looking for could not be found.
5101 "$ref": "#/components/schemas/error"
5103 description: Authentication Failed
5105 application/vnd.api+json:
5109 error: The access token is invalid
5111 "$ref": "#/components/schemas/error"
5116 "$ref": "#/components/schemas/update_option_type_params"
5118 summary: Delete an Option Type
5123 description: Deletes an Option Type
5124 operationId: delete-option-type
5133 description: Record deleted
5135 description: Record not found
5137 application/vnd.api+json:
5141 error: The resource you were looking for could not be found.
5143 "$ref": "#/components/schemas/error"
5145 description: Authentication Failed
5147 application/vnd.api+json:
5151 error: The access token is invalid
5153 "$ref": "#/components/schemas/error"
5154 "/api/v2/platform/option_values":
5156 summary: Return a list of Option Values
5161 description: Returns a list of Option Values
5162 operationId: option-values-list
5176 description: 'Select which associated resources you would like to fetch, see:
5177 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5178 example: option_type
5181 - name: filter[option_type_id_eq]
5187 - name: filter[name_cont]
5195 description: Records returned
5197 application/vnd.api+json:
5208 created_at: '2022-11-08T19:34:33.815Z'
5209 updated_at: '2022-11-08T19:34:33.815Z'
5211 private_metadata: {}
5223 created_at: '2022-11-08T19:34:33.820Z'
5224 updated_at: '2022-11-08T19:34:33.820Z'
5226 private_metadata: {}
5237 self: http://www.example.com/api/v2/platform/option_values?page=1&per_page=&include=&filter[option_type_id_eq]=&filter[name_cont]=
5238 next: http://www.example.com/api/v2/platform/option_values?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&include=&page=1&per_page=
5239 prev: http://www.example.com/api/v2/platform/option_values?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&include=&page=1&per_page=
5240 last: http://www.example.com/api/v2/platform/option_values?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&include=&page=1&per_page=
5241 first: http://www.example.com/api/v2/platform/option_values?filter%5Bname_cont%5D=&filter%5Boption_type_id_eq%5D=&include=&page=1&per_page=
5243 "$ref": "#/components/schemas/resources_list"
5245 description: Authentication Failed
5247 application/vnd.api+json:
5251 error: The access token is invalid
5253 "$ref": "#/components/schemas/error"
5255 summary: Create an Option Value
5260 description: Creates an Option Value
5261 operationId: create-option-value
5265 description: 'Select which associated resources you would like to fetch, see:
5266 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5267 example: option_type
5272 description: Record created
5274 application/vnd.api+json:
5285 created_at: '2022-11-08T19:34:34.345Z'
5286 updated_at: '2022-11-08T19:34:34.345Z'
5288 private_metadata: {}
5293 "$ref": "#/components/schemas/resource"
5295 description: Invalid request
5297 application/vnd.api+json:
5301 error: Name can't be blank and Presentation can't be blank
5308 "$ref": "#/components/schemas/validation_errors"
5313 "$ref": "#/components/schemas/create_option_value_params"
5314 "/api/v2/platform/option_values/{id}":
5316 summary: Return an Option Value
5321 description: Returns an Option Value
5322 operationId: show-option-value
5331 description: 'Select which associated resources you would like to fetch, see:
5332 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5333 example: option_type
5338 description: Record found
5340 application/vnd.api+json:
5351 created_at: '2022-11-08T19:34:34.613Z'
5352 updated_at: '2022-11-08T19:34:34.613Z'
5354 private_metadata: {}
5361 "$ref": "#/components/schemas/resource"
5363 description: Record not found
5365 application/vnd.api+json:
5369 error: The resource you were looking for could not be found.
5371 "$ref": "#/components/schemas/error"
5373 description: Authentication Failed
5375 application/vnd.api+json:
5379 error: The access token is invalid
5381 "$ref": "#/components/schemas/error"
5383 summary: Update an Option Value
5388 description: Updates an Option Value
5389 operationId: update-option-value
5398 description: 'Select which associated resources you would like to fetch, see:
5399 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5400 example: option_type
5405 description: Record updated
5407 application/vnd.api+json:
5418 created_at: '2022-11-08T19:34:35.140Z'
5419 updated_at: '2022-11-08T19:34:35.372Z'
5421 private_metadata: {}
5428 "$ref": "#/components/schemas/resource"
5430 description: Invalid request
5432 application/vnd.api+json:
5436 error: Name can't be blank
5441 "$ref": "#/components/schemas/validation_errors"
5443 description: Record not found
5445 application/vnd.api+json:
5449 error: The resource you were looking for could not be found.
5451 "$ref": "#/components/schemas/error"
5453 description: Authentication Failed
5455 application/vnd.api+json:
5459 error: The access token is invalid
5461 "$ref": "#/components/schemas/error"
5466 "$ref": "#/components/schemas/update_option_value_params"
5468 summary: Delete an Option Value
5473 description: Deletes an Option Value
5474 operationId: delete-option-value
5483 description: Record deleted
5485 description: Record not found
5487 application/vnd.api+json:
5491 error: The resource you were looking for could not be found.
5493 "$ref": "#/components/schemas/error"
5495 description: Authentication Failed
5497 application/vnd.api+json:
5501 error: The access token is invalid
5503 "$ref": "#/components/schemas/error"
5504 "/api/v2/platform/orders":
5506 summary: Return a list of Orders
5511 description: Returns a list of Orders
5512 operationId: orders-list
5526 description: 'Select which associated resources you would like to fetch, see:
5527 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5528 example: line_items,variants,product
5531 - name: filter[state_eq]
5539 description: Records returned
5541 application/vnd.api+json:
5553 adjustment_total: '0.0'
5555 payment_total: '0.0'
5558 email: murray_harber@strosin.ca
5559 special_instructions:
5560 created_at: '2022-11-08T19:34:36.444Z'
5561 updated_at: '2022-11-08T19:34:36.444Z'
5564 shipment_total: '0.0'
5565 additional_tax_total: '0.0'
5568 included_tax_total: '0.0'
5571 confirmation_delivered: false
5573 state_lock_version: 0
5574 taxable_adjustment_total: '0.0'
5575 non_taxable_adjustment_total: '0.0'
5576 store_owner_notification_delivered:
5578 private_metadata: {}
5580 display_ship_total: "$0.00"
5581 display_shipment_total: "$0.00"
5582 display_outstanding_balance: "$0.00"
5583 display_item_total: "$0.00"
5584 display_adjustment_total: "$0.00"
5585 display_included_tax_total: "$0.00"
5586 display_additional_tax_total: "$0.00"
5587 display_tax_total: "$0.00"
5588 display_promo_total: "$0.00"
5589 display_total: "$0.00"
5590 display_cart_promo_total: "$0.00"
5591 display_pre_tax_item_amount: "$0.00"
5592 display_pre_tax_total: "$0.00"
5593 display_total_applicable_store_credit: "$0.00"
5594 display_total_applied_store_credit: "$0.00"
5595 display_order_total_after_store_credit: "$0.00"
5596 display_total_available_store_credit: "$0.00"
5597 display_store_credit_remaining_after_capture: "$0.00"
5623 return_authorizations:
5640 adjustment_total: '0.0'
5642 payment_total: '0.0'
5645 email: bronwyn@legroscorkery.ca
5646 special_instructions:
5647 created_at: '2022-11-08T19:34:36.455Z'
5648 updated_at: '2022-11-08T19:34:36.455Z'
5651 shipment_total: '0.0'
5652 additional_tax_total: '0.0'
5655 included_tax_total: '0.0'
5658 confirmation_delivered: false
5660 state_lock_version: 0
5661 taxable_adjustment_total: '0.0'
5662 non_taxable_adjustment_total: '0.0'
5663 store_owner_notification_delivered:
5665 private_metadata: {}
5667 display_ship_total: "$0.00"
5668 display_shipment_total: "$0.00"
5669 display_outstanding_balance: "$0.00"
5670 display_item_total: "$0.00"
5671 display_adjustment_total: "$0.00"
5672 display_included_tax_total: "$0.00"
5673 display_additional_tax_total: "$0.00"
5674 display_tax_total: "$0.00"
5675 display_promo_total: "$0.00"
5676 display_total: "$0.00"
5677 display_cart_promo_total: "$0.00"
5678 display_pre_tax_item_amount: "$0.00"
5679 display_pre_tax_total: "$0.00"
5680 display_total_applicable_store_credit: "$0.00"
5681 display_total_applied_store_credit: "$0.00"
5682 display_order_total_after_store_credit: "$0.00"
5683 display_total_available_store_credit: "$0.00"
5684 display_store_credit_remaining_after_capture: "$0.00"
5710 return_authorizations:
5725 self: http://www.example.com/api/v2/platform/orders?page=1&per_page=&include=&filter[state_eq]=
5726 next: http://www.example.com/api/v2/platform/orders?filter%5Bstate_eq%5D=&include=&page=1&per_page=
5727 prev: http://www.example.com/api/v2/platform/orders?filter%5Bstate_eq%5D=&include=&page=1&per_page=
5728 last: http://www.example.com/api/v2/platform/orders?filter%5Bstate_eq%5D=&include=&page=1&per_page=
5729 first: http://www.example.com/api/v2/platform/orders?filter%5Bstate_eq%5D=&include=&page=1&per_page=
5731 "$ref": "#/components/schemas/resources_list"
5733 description: Authentication Failed
5735 application/vnd.api+json:
5739 error: The access token is invalid
5741 "$ref": "#/components/schemas/error"
5743 summary: Creates an Order
5748 description: Creates an Order
5749 operationId: create-order
5753 description: 'Select which associated resources you would like to fetch, see:
5754 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5755 example: line_items,variants,product
5760 description: Record created
5762 application/vnd.api+json:
5774 adjustment_total: '0.0'
5776 payment_total: '0.0'
5780 special_instructions:
5781 created_at: '2022-11-08T19:34:37.269Z'
5782 updated_at: '2022-11-08T19:34:37.289Z'
5785 shipment_total: '0.0'
5786 additional_tax_total: '0.0'
5789 included_tax_total: '0.0'
5792 confirmation_delivered: false
5794 state_lock_version: 0
5795 taxable_adjustment_total: '0.0'
5796 non_taxable_adjustment_total: '0.0'
5797 store_owner_notification_delivered:
5799 private_metadata: {}
5801 display_ship_total: "$0.00"
5802 display_shipment_total: "$0.00"
5803 display_outstanding_balance: "$0.00"
5804 display_item_total: "$0.00"
5805 display_adjustment_total: "$0.00"
5806 display_included_tax_total: "$0.00"
5807 display_additional_tax_total: "$0.00"
5808 display_tax_total: "$0.00"
5809 display_promo_total: "$0.00"
5810 display_total: "$0.00"
5811 display_cart_promo_total: "$0.00"
5812 display_pre_tax_item_amount: "$20.00"
5813 display_pre_tax_total: "$20.00"
5814 display_total_applicable_store_credit: "$0.00"
5815 display_total_applied_store_credit: "$0.00"
5816 display_order_total_after_store_credit: "$0.00"
5817 display_total_available_store_credit: "$0.00"
5818 display_store_credit_remaining_after_capture: "$0.00"
5848 return_authorizations:
5859 "$ref": "#/components/schemas/resource"
5864 "$ref": "#/components/schemas/create_order_params"
5865 "/api/v2/platform/orders/{id}":
5867 summary: Return an Order
5872 description: Returns an Order
5873 operationId: show-order
5882 description: 'Select which associated resources you would like to fetch, see:
5883 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
5884 example: line_items,variants,product
5889 description: Record found
5891 application/vnd.api+json:
5903 adjustment_total: '0.0'
5905 payment_total: '0.0'
5908 email: salome_rowe@lehner.com
5909 special_instructions:
5910 created_at: '2022-11-08T19:34:37.360Z'
5911 updated_at: '2022-11-08T19:34:37.513Z'
5914 shipment_total: '100.0'
5915 additional_tax_total: '0.0'
5918 included_tax_total: '0.0'
5921 confirmation_delivered: false
5923 state_lock_version: 0
5924 taxable_adjustment_total: '0.0'
5925 non_taxable_adjustment_total: '0.0'
5926 store_owner_notification_delivered:
5928 private_metadata: {}
5930 display_ship_total: "$100.00"
5931 display_shipment_total: "$100.00"
5932 display_outstanding_balance: "$110.00"
5933 display_item_total: "$10.00"
5934 display_adjustment_total: "$0.00"
5935 display_included_tax_total: "$0.00"
5936 display_additional_tax_total: "$0.00"
5937 display_tax_total: "$0.00"
5938 display_promo_total: "$0.00"
5939 display_total: "$110.00"
5940 display_cart_promo_total: "$0.00"
5941 display_pre_tax_item_amount: "$10.00"
5942 display_pre_tax_total: "$10.00"
5943 display_total_applicable_store_credit: "$0.00"
5944 display_total_applied_store_credit: "$0.00"
5945 display_order_total_after_store_credit: "$110.00"
5946 display_total_available_store_credit: "$0.00"
5947 display_store_credit_remaining_after_capture: "$0.00"
5979 return_authorizations:
5990 "$ref": "#/components/schemas/resource"
5992 description: Record not found
5994 application/vnd.api+json:
5998 error: The resource you were looking for could not be found.
6000 "$ref": "#/components/schemas/error"
6002 description: Authentication Failed
6004 application/vnd.api+json:
6008 error: The access token is invalid
6010 "$ref": "#/components/schemas/error"
6012 summary: Update an Order
6017 description: Updates an Order
6018 operationId: update-order
6027 description: 'Select which associated resources you would like to fetch, see:
6028 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6029 example: line_items,variants,product
6034 description: Record updated
6036 application/vnd.api+json:
6048 adjustment_total: '0.0'
6050 payment_total: '0.0'
6053 email: new@example.com
6054 special_instructions:
6055 created_at: '2022-11-08T19:34:38.200Z'
6056 updated_at: '2022-11-08T19:34:38.599Z'
6059 shipment_total: '100.0'
6060 additional_tax_total: '0.0'
6063 included_tax_total: '0.0'
6066 confirmation_delivered: false
6068 state_lock_version: 0
6069 taxable_adjustment_total: '0.0'
6070 non_taxable_adjustment_total: '0.0'
6071 store_owner_notification_delivered:
6073 private_metadata: {}
6075 display_ship_total: "$100.00"
6076 display_shipment_total: "$100.00"
6077 display_outstanding_balance: "$110.00"
6078 display_item_total: "$10.00"
6079 display_adjustment_total: "$0.00"
6080 display_included_tax_total: "$0.00"
6081 display_additional_tax_total: "$0.00"
6082 display_tax_total: "$0.00"
6083 display_promo_total: "$0.00"
6084 display_total: "$110.00"
6085 display_cart_promo_total: "$0.00"
6086 display_pre_tax_item_amount: "$10.00"
6087 display_pre_tax_total: "$10.00"
6088 display_total_applicable_store_credit: "$0.00"
6089 display_total_applied_store_credit: "$0.00"
6090 display_order_total_after_store_credit: "$110.00"
6091 display_total_available_store_credit: "$0.00"
6092 display_store_credit_remaining_after_capture: "$0.00"
6124 return_authorizations:
6135 "$ref": "#/components/schemas/resource"
6137 description: Invalid request
6139 application/vnd.api+json:
6143 error: Email is invalid
6148 "$ref": "#/components/schemas/validation_errors"
6150 description: Record not found
6152 application/vnd.api+json:
6156 error: The resource you were looking for could not be found.
6158 "$ref": "#/components/schemas/error"
6160 description: Authentication Failed
6162 application/vnd.api+json:
6166 error: The access token is invalid
6168 "$ref": "#/components/schemas/error"
6173 "$ref": "#/components/schemas/update_order_params"
6175 summary: Delete an Order
6180 description: Deletes an Order
6181 operationId: delete-order
6190 description: Record deleted
6192 description: Record not found
6194 application/vnd.api+json:
6198 error: The resource you were looking for could not be found.
6200 "$ref": "#/components/schemas/error"
6202 description: Authentication Failed
6204 application/vnd.api+json:
6208 error: The access token is invalid
6210 "$ref": "#/components/schemas/error"
6211 "/api/v2/platform/orders/{id}/advance":
6213 summary: Advances an Order
6218 description: Advances an Order
6219 operationId: advance-order
6228 description: 'Select which associated resources you would like to fetch, see:
6229 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6230 example: line_items,variants,product
6235 description: Record updated
6237 application/vnd.api+json:
6249 adjustment_total: '0.0'
6251 payment_total: '0.0'
6254 email: sixta.larkin@bradtke.co.uk
6255 special_instructions:
6256 created_at: '2022-11-08T19:34:40.155Z'
6257 updated_at: '2022-11-08T19:34:40.513Z'
6260 shipment_total: '100.0'
6261 additional_tax_total: '0.0'
6264 included_tax_total: '0.0'
6267 confirmation_delivered: false
6269 state_lock_version: 0
6270 taxable_adjustment_total: '0.0'
6271 non_taxable_adjustment_total: '0.0'
6272 store_owner_notification_delivered:
6274 private_metadata: {}
6276 display_ship_total: "$100.00"
6277 display_shipment_total: "$100.00"
6278 display_outstanding_balance: "$110.00"
6279 display_item_total: "$10.00"
6280 display_adjustment_total: "$0.00"
6281 display_included_tax_total: "$0.00"
6282 display_additional_tax_total: "$0.00"
6283 display_tax_total: "$0.00"
6284 display_promo_total: "$0.00"
6285 display_total: "$110.00"
6286 display_cart_promo_total: "$0.00"
6287 display_pre_tax_item_amount: "$10.00"
6288 display_pre_tax_total: "$110.00"
6289 display_total_applicable_store_credit: "$0.00"
6290 display_total_applied_store_credit: "$0.00"
6291 display_order_total_after_store_credit: "$110.00"
6292 display_total_available_store_credit: "$0.00"
6293 display_store_credit_remaining_after_capture: "$0.00"
6327 return_authorizations:
6338 "$ref": "#/components/schemas/resource"
6340 description: Record not found
6342 application/vnd.api+json:
6346 error: The resource you were looking for could not be found.
6348 "$ref": "#/components/schemas/error"
6350 description: Authentication Failed
6352 application/vnd.api+json:
6356 error: The access token is invalid
6358 "$ref": "#/components/schemas/error"
6359 "/api/v2/platform/orders/{id}/next":
6361 summary: Next an Order
6366 description: Moves an Order to the next state
6367 operationId: next-order
6376 description: 'Select which associated resources you would like to fetch, see:
6377 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6378 example: line_items,variants,product
6383 description: Record updated
6385 application/vnd.api+json:
6397 adjustment_total: '0.0'
6399 payment_total: '0.0'
6402 email: deon.sporer@haagortiz.com
6403 special_instructions:
6404 created_at: '2022-11-08T19:34:40.971Z'
6405 updated_at: '2022-11-08T19:34:41.324Z'
6408 shipment_total: '100.0'
6409 additional_tax_total: '0.0'
6412 included_tax_total: '0.0'
6415 confirmation_delivered: false
6417 state_lock_version: 0
6418 taxable_adjustment_total: '0.0'
6419 non_taxable_adjustment_total: '0.0'
6420 store_owner_notification_delivered:
6422 private_metadata: {}
6424 display_ship_total: "$100.00"
6425 display_shipment_total: "$100.00"
6426 display_outstanding_balance: "$110.00"
6427 display_item_total: "$10.00"
6428 display_adjustment_total: "$0.00"
6429 display_included_tax_total: "$0.00"
6430 display_additional_tax_total: "$0.00"
6431 display_tax_total: "$0.00"
6432 display_promo_total: "$0.00"
6433 display_total: "$110.00"
6434 display_cart_promo_total: "$0.00"
6435 display_pre_tax_item_amount: "$10.00"
6436 display_pre_tax_total: "$110.00"
6437 display_total_applicable_store_credit: "$0.00"
6438 display_total_applied_store_credit: "$0.00"
6439 display_order_total_after_store_credit: "$110.00"
6440 display_total_available_store_credit: "$0.00"
6441 display_store_credit_remaining_after_capture: "$0.00"
6475 return_authorizations:
6486 "$ref": "#/components/schemas/resource"
6488 description: Record not found
6490 application/vnd.api+json:
6494 error: The resource you were looking for could not be found.
6496 "$ref": "#/components/schemas/error"
6498 description: Authentication Failed
6500 application/vnd.api+json:
6504 error: The access token is invalid
6506 "$ref": "#/components/schemas/error"
6507 "/api/v2/platform/orders/{id}/complete":
6509 summary: Completes an Order
6514 description: Marks an Order as completed
6515 operationId: complete-order
6524 description: 'Select which associated resources you would like to fetch, see:
6525 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6526 example: line_items,variants,product
6531 description: Record updated
6533 application/vnd.api+json:
6545 adjustment_total: '0.0'
6546 completed_at: '2022-11-08T19:34:42.207Z'
6547 payment_total: '0.0'
6548 shipment_state: pending
6549 payment_state: balance_due
6550 email: adeline@hodkiewicz.co.uk
6551 special_instructions:
6552 created_at: '2022-11-08T19:34:41.758Z'
6553 updated_at: '2022-11-08T19:34:42.207Z'
6556 shipment_total: '100.0'
6557 additional_tax_total: '0.0'
6560 included_tax_total: '0.0'
6563 confirmation_delivered: false
6565 state_lock_version: 0
6566 taxable_adjustment_total: '0.0'
6567 non_taxable_adjustment_total: '0.0'
6568 store_owner_notification_delivered:
6570 private_metadata: {}
6572 display_ship_total: "$100.00"
6573 display_shipment_total: "$100.00"
6574 display_outstanding_balance: "$110.00"
6575 display_item_total: "$10.00"
6576 display_adjustment_total: "$0.00"
6577 display_included_tax_total: "$0.00"
6578 display_additional_tax_total: "$0.00"
6579 display_tax_total: "$0.00"
6580 display_promo_total: "$0.00"
6581 display_total: "$110.00"
6582 display_cart_promo_total: "$0.00"
6583 display_pre_tax_item_amount: "$10.00"
6584 display_pre_tax_total: "$110.00"
6585 display_total_applicable_store_credit: "$0.00"
6586 display_total_applied_store_credit: "$0.00"
6587 display_order_total_after_store_credit: "$110.00"
6588 display_total_available_store_credit: "$0.00"
6589 display_store_credit_remaining_after_capture: "$0.00"
6633 return_authorizations:
6644 "$ref": "#/components/schemas/resource"
6646 description: Record not found
6648 application/vnd.api+json:
6652 error: The resource you were looking for could not be found.
6654 "$ref": "#/components/schemas/error"
6656 description: Authentication Failed
6658 application/vnd.api+json:
6662 error: The access token is invalid
6664 "$ref": "#/components/schemas/error"
6665 "/api/v2/platform/orders/{id}/empty":
6667 summary: Empties an Order
6672 description: Removes all line items, promotions, shipment and payments from
6674 operationId: empty-order
6683 description: 'Select which associated resources you would like to fetch, see:
6684 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6685 example: line_items,variants,product
6690 description: Record updated
6692 application/vnd.api+json:
6704 adjustment_total: '0.0'
6706 payment_total: '0.0'
6709 email: porsha.shanahan@nicolaszboncak.us
6710 special_instructions:
6711 created_at: '2022-11-08T19:34:42.795Z'
6712 updated_at: '2022-11-08T19:34:43.122Z'
6715 shipment_total: '0.0'
6716 additional_tax_total: '0.0'
6719 included_tax_total: '0.0'
6722 confirmation_delivered: false
6724 state_lock_version: 0
6725 taxable_adjustment_total: '0.0'
6726 non_taxable_adjustment_total: '0.0'
6727 store_owner_notification_delivered:
6729 private_metadata: {}
6731 display_ship_total: "$0.00"
6732 display_shipment_total: "$0.00"
6733 display_outstanding_balance: "$0.00"
6734 display_item_total: "$0.00"
6735 display_adjustment_total: "$0.00"
6736 display_included_tax_total: "$0.00"
6737 display_additional_tax_total: "$0.00"
6738 display_tax_total: "$0.00"
6739 display_promo_total: "$0.00"
6740 display_total: "$0.00"
6741 display_cart_promo_total: "$0.00"
6742 display_pre_tax_item_amount: "$0.00"
6743 display_pre_tax_total: "$0.00"
6744 display_total_applicable_store_credit: "$0.00"
6745 display_total_applied_store_credit: "$0.00"
6746 display_order_total_after_store_credit: "$0.00"
6747 display_total_available_store_credit: "$0.00"
6748 display_store_credit_remaining_after_capture: "$0.00"
6776 return_authorizations:
6787 "$ref": "#/components/schemas/resource"
6789 description: Record not found
6791 application/vnd.api+json:
6795 error: The resource you were looking for could not be found.
6797 "$ref": "#/components/schemas/error"
6799 description: Authentication Failed
6801 application/vnd.api+json:
6805 error: The access token is invalid
6807 "$ref": "#/components/schemas/error"
6808 "/api/v2/platform/orders/{id}/approve":
6810 summary: Approves an Order
6815 description: Approves an Order, when using a token created for a user, it will
6816 save this user as the approver
6817 operationId: approve-order
6826 description: 'Select which associated resources you would like to fetch, see:
6827 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6828 example: line_items,variants,product
6833 description: Record approved
6835 application/vnd.api+json:
6847 adjustment_total: '0.0'
6849 payment_total: '0.0'
6852 email: horacio_purdy@schroederweimann.com
6853 special_instructions:
6854 created_at: '2022-11-08T19:34:43.561Z'
6855 updated_at: '2022-11-08T19:34:43.641Z'
6858 shipment_total: '100.0'
6859 additional_tax_total: '0.0'
6862 included_tax_total: '0.0'
6865 confirmation_delivered: false
6867 state_lock_version: 0
6868 taxable_adjustment_total: '0.0'
6869 non_taxable_adjustment_total: '0.0'
6870 store_owner_notification_delivered:
6872 private_metadata: {}
6874 display_ship_total: "$100.00"
6875 display_shipment_total: "$100.00"
6876 display_outstanding_balance: "$110.00"
6877 display_item_total: "$10.00"
6878 display_adjustment_total: "$0.00"
6879 display_included_tax_total: "$0.00"
6880 display_additional_tax_total: "$0.00"
6881 display_tax_total: "$0.00"
6882 display_promo_total: "$0.00"
6883 display_total: "$110.00"
6884 display_cart_promo_total: "$0.00"
6885 display_pre_tax_item_amount: "$10.00"
6886 display_pre_tax_total: "$10.00"
6887 display_total_applicable_store_credit: "$0.00"
6888 display_total_applied_store_credit: "$0.00"
6889 display_order_total_after_store_credit: "$110.00"
6890 display_total_available_store_credit: "$0.00"
6891 display_store_credit_remaining_after_capture: "$0.00"
6923 return_authorizations:
6934 "$ref": "#/components/schemas/resource"
6936 description: Record not found
6938 application/vnd.api+json:
6942 error: The resource you were looking for could not be found.
6944 "$ref": "#/components/schemas/error"
6946 description: Authentication Failed
6948 application/vnd.api+json:
6952 error: The access token is invalid
6954 "$ref": "#/components/schemas/error"
6955 "/api/v2/platform/orders/{id}/cancel":
6957 summary: Cancels an Order
6962 description: Cancels an Order, when using a token created for a user, it will
6963 save this user as the canceler
6964 operationId: cancel-order
6973 description: 'Select which associated resources you would like to fetch, see:
6974 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
6975 example: line_items,variants,product
6980 description: record canceled
6982 description: cannot be canceled
6984 description: Record not found
6986 application/vnd.api+json:
6990 error: The resource you were looking for could not be found.
6992 "$ref": "#/components/schemas/error"
6994 description: Authentication Failed
6996 application/vnd.api+json:
7000 error: The access token is invalid
7002 "$ref": "#/components/schemas/error"
7003 "/api/v2/platform/orders/{id}/use_store_credit":
7005 summary: Use Store Credit for an Order
7010 description: Creates Store Credit payment for an Order
7011 operationId: use-store-credit-order
7020 description: 'Select which associated resources you would like to fetch, see:
7021 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7022 example: line_items,variants,product
7027 description: store credit payment created
7029 description: user does not have store credit available
7031 description: Record not found
7033 application/vnd.api+json:
7037 error: The resource you were looking for could not be found.
7039 "$ref": "#/components/schemas/error"
7041 description: Authentication Failed
7043 application/vnd.api+json:
7047 error: The access token is invalid
7049 "$ref": "#/components/schemas/error"
7054 "$ref": "#/components/schemas/amount_param"
7055 "/api/v2/platform/orders/{id}/apply_coupon_code":
7057 summary: Apply Coupon Code for an Order
7062 description: Creates Store Credit payment for an Order
7063 operationId: apply-coupon-code-order
7072 description: 'Select which associated resources you would like to fetch, see:
7073 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7074 example: line_items,variants,product
7079 description: coupon code applied
7081 description: coupon code couldn't be applied
7083 description: Record not found
7085 application/vnd.api+json:
7089 error: The resource you were looking for could not be found.
7091 "$ref": "#/components/schemas/error"
7093 description: Authentication Failed
7095 application/vnd.api+json:
7099 error: The access token is invalid
7101 "$ref": "#/components/schemas/error"
7106 "$ref": "#/components/schemas/coupon_code_param"
7107 "/api/v2/platform/payment_methods":
7109 summary: Return a list of Payment Methods
7114 description: Returns a list of Payment Methods
7115 operationId: payment-methods-list
7129 description: 'Select which associated resources you would like to fetch, see:
7130 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7134 - name: filter[name]
7142 description: Records returned
7144 application/vnd.api+json:
7150 type: payment_method
7153 type: Spree::PaymentMethod
7159 created_at: '2022-11-08T19:34:47.914Z'
7160 updated_at: '2022-11-08T19:34:47.916Z'
7163 private_metadata: {}
7171 type: payment_method
7174 type: Spree::PaymentMethod
7180 created_at: '2022-11-08T19:34:47.923Z'
7181 updated_at: '2022-11-08T19:34:47.924Z'
7184 private_metadata: {}
7192 type: payment_method
7195 type: Spree::PaymentMethod
7201 created_at: '2022-11-08T19:34:47.929Z'
7202 updated_at: '2022-11-08T19:34:47.930Z'
7205 private_metadata: {}
7213 type: payment_method
7216 type: Spree::Gateway::Bogus
7222 created_at: '2022-11-08T19:34:47.935Z'
7223 updated_at: '2022-11-08T19:34:47.937Z'
7226 private_metadata: {}
7228 dummy_key: PUBLICKEY123
7237 type: payment_method
7240 type: Spree::Gateway::Bogus
7246 created_at: '2022-11-08T19:34:47.941Z'
7247 updated_at: '2022-11-08T19:34:47.943Z'
7250 private_metadata: {}
7252 dummy_key: PUBLICKEY123
7265 self: http://www.example.com/api/v2/platform/payment_methods?page=1&per_page=&include=&filter[name]=
7266 next: http://www.example.com/api/v2/platform/payment_methods?filter%5Bname%5D=&include=&page=1&per_page=
7267 prev: http://www.example.com/api/v2/platform/payment_methods?filter%5Bname%5D=&include=&page=1&per_page=
7268 last: http://www.example.com/api/v2/platform/payment_methods?filter%5Bname%5D=&include=&page=1&per_page=
7269 first: http://www.example.com/api/v2/platform/payment_methods?filter%5Bname%5D=&include=&page=1&per_page=
7271 "$ref": "#/components/schemas/resources_list"
7273 description: Authentication Failed
7275 application/vnd.api+json:
7279 error: The access token is invalid
7281 "$ref": "#/components/schemas/error"
7283 summary: Create a Payment Method
7288 description: Creates a Payment Method
7289 operationId: create-payment-method
7293 description: 'Select which associated resources you would like to fetch, see:
7294 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7300 description: Record created
7302 application/vnd.api+json:
7308 type: payment_method
7311 type: Spree::Gateway::Bogus
7317 created_at: '2022-11-08T19:34:48.527Z'
7318 updated_at: '2022-11-08T19:34:48.530Z'
7321 private_metadata: {}
7323 dummy_key: PUBLICKEY123
7334 "$ref": "#/components/schemas/resource"
7336 description: Invalid request
7338 application/vnd.api+json:
7342 error: Name can't be blank
7347 "$ref": "#/components/schemas/validation_errors"
7352 "$ref": "#/components/schemas/create_payment_method_params"
7353 "/api/v2/platform/payment_methods/{id}":
7355 summary: Return a Payment Method
7360 description: Returns a Payment Method
7361 operationId: show-payment-method
7370 description: 'Select which associated resources you would like to fetch, see:
7371 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7377 description: Record found
7379 application/vnd.api+json:
7385 type: payment_method
7388 type: Spree::Gateway::Bogus
7394 created_at: '2022-11-08T19:34:48.855Z'
7395 updated_at: '2022-11-08T19:34:48.857Z'
7398 private_metadata: {}
7400 dummy_key: PUBLICKEY123
7409 "$ref": "#/components/schemas/resource"
7411 description: Record not found
7413 application/vnd.api+json:
7417 error: The resource you were looking for could not be found.
7419 "$ref": "#/components/schemas/error"
7421 description: Authentication Failed
7423 application/vnd.api+json:
7427 error: The access token is invalid
7429 "$ref": "#/components/schemas/error"
7431 summary: Update a Payment Method
7436 description: Updates a Payment Method
7437 operationId: update-payment-method
7446 description: 'Select which associated resources you would like to fetch, see:
7447 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7453 description: Record updated
7455 application/vnd.api+json:
7461 type: payment_method
7464 type: Spree::Gateway::Bogus
7470 created_at: '2022-11-08T19:34:49.452Z'
7471 updated_at: '2022-11-08T19:34:49.687Z'
7474 private_metadata: {}
7476 dummy_key: UPDATED-DUMMY-KEY-123
7485 "$ref": "#/components/schemas/resource"
7487 description: Invalid request
7489 application/vnd.api+json:
7493 error: Name can't be blank
7498 "$ref": "#/components/schemas/validation_errors"
7500 description: Record not found
7502 application/vnd.api+json:
7506 error: The resource you were looking for could not be found.
7508 "$ref": "#/components/schemas/error"
7510 description: Authentication Failed
7512 application/vnd.api+json:
7516 error: The access token is invalid
7518 "$ref": "#/components/schemas/error"
7524 - "$ref": "#/components/schemas/update_payment_method_params"
7525 - "$ref": "#/components/schemas/update_payment_method_params_bogus_gateway"
7527 summary: Delete a Payment Method
7532 description: Deletes a Payment Method
7533 operationId: delete-payment-method
7542 description: Record deleted
7544 description: Record not found
7546 application/vnd.api+json:
7550 error: The resource you were looking for could not be found.
7552 "$ref": "#/components/schemas/error"
7554 description: Authentication Failed
7556 application/vnd.api+json:
7560 error: The access token is invalid
7562 "$ref": "#/components/schemas/error"
7563 "/api/v2/platform/payments":
7565 summary: Return a list of Payments
7570 description: Returns a list of Payments
7571 operationId: payments-list
7585 description: 'Select which associated resources you would like to fetch, see:
7586 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7587 example: payment_method,order,source
7590 - name: filter[payment_method_id_eq]
7596 - name: filter[amount_gteq]
7604 description: Records returned
7606 application/vnd.api+json:
7615 source_type: Spree::CreditCard
7617 response_code: '12345'
7619 created_at: '2022-11-08T19:34:50.932Z'
7620 updated_at: '2022-11-08T19:34:50.951Z'
7623 cvv_response_message:
7625 private_metadata: {}
7626 display_amount: "$45.75"
7635 type: payment_method
7646 payment_capture_events:
7654 source_type: Spree::CreditCard
7656 response_code: '12345'
7658 created_at: '2022-11-08T19:34:50.949Z'
7659 updated_at: '2022-11-08T19:34:50.949Z'
7662 cvv_response_message:
7664 private_metadata: {}
7665 display_amount: "$45.75"
7674 type: payment_method
7683 payment_capture_events:
7692 self: http://www.example.com/api/v2/platform/payments?page=1&per_page=&include=&filter[payment_method_id_eq]=&filter[amount_gteq]=
7693 next: http://www.example.com/api/v2/platform/payments?filter%5Bamount_gteq%5D=&filter%5Bpayment_method_id_eq%5D=&include=&page=1&per_page=
7694 prev: http://www.example.com/api/v2/platform/payments?filter%5Bamount_gteq%5D=&filter%5Bpayment_method_id_eq%5D=&include=&page=1&per_page=
7695 last: http://www.example.com/api/v2/platform/payments?filter%5Bamount_gteq%5D=&filter%5Bpayment_method_id_eq%5D=&include=&page=1&per_page=
7696 first: http://www.example.com/api/v2/platform/payments?filter%5Bamount_gteq%5D=&filter%5Bpayment_method_id_eq%5D=&include=&page=1&per_page=
7698 "$ref": "#/components/schemas/resources_list"
7700 description: Authentication Failed
7702 application/vnd.api+json:
7706 error: The access token is invalid
7708 "$ref": "#/components/schemas/error"
7709 "/api/v2/platform/payments/{id}":
7711 summary: Return a Payment
7716 description: Returns a Payment
7717 operationId: show-payment
7726 description: 'Select which associated resources you would like to fetch, see:
7727 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7728 example: payment_method,order,source
7733 description: Record found
7735 application/vnd.api+json:
7744 source_type: Spree::CreditCard
7746 response_code: '12345'
7748 created_at: '2022-11-08T19:34:51.349Z'
7749 updated_at: '2022-11-08T19:34:51.349Z'
7752 cvv_response_message:
7754 private_metadata: {}
7755 display_amount: "$45.75"
7764 type: payment_method
7773 payment_capture_events:
7778 "$ref": "#/components/schemas/resource"
7780 description: Record not found
7782 application/vnd.api+json:
7786 error: The resource you were looking for could not be found.
7788 "$ref": "#/components/schemas/error"
7790 description: Authentication Failed
7792 application/vnd.api+json:
7796 error: The access token is invalid
7798 "$ref": "#/components/schemas/error"
7800 summary: Delete a Payment
7805 description: Deletes a Payment
7806 operationId: delete-payment
7815 description: Record deleted
7817 description: Record not found
7819 application/vnd.api+json:
7823 error: The resource you were looking for could not be found.
7825 "$ref": "#/components/schemas/error"
7827 description: Authentication Failed
7829 application/vnd.api+json:
7833 error: The access token is invalid
7835 "$ref": "#/components/schemas/error"
7836 "/api/v2/platform/products":
7838 summary: Return a list of Products
7843 description: Returns a list of Products
7844 operationId: products-list
7858 description: 'Select which associated resources you would like to fetch, see:
7859 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
7863 - name: filter[name_eq]
7866 example: Green Toy Boat
7871 description: Records returned
7873 application/vnd.api+json:
7881 name: Product 1648238
7883 Expedita a doloribus dolorum possimus architecto eligendi sunt quod. Officiis rerum nostrum incidunt delectus sint reiciendis doloribus ut. Atque voluptate nostrum voluptas unde repellendus.
7884 Cum natus a id amet eos eligendi laborum. Minus itaque culpa aliquid repudiandae est odio reiciendis temporibus. Nesciunt cum voluptas veniam excepturi ducimus explicabo recusandae. Error quos voluptate reiciendis numquam dicta.
7885 available_on: '2021-11-08T19:34:52.496Z'
7887 slug: product-1648238
7890 created_at: '2022-11-08T19:34:52.514Z'
7891 updated_at: '2022-11-08T19:34:52.520Z'
7896 private_metadata: {}
7898 make_active_at: '2021-11-08T19:34:52.496Z'
7899 display_compare_at_price:
7900 display_price: "$19.99"
7934 name: Product 1653934
7936 Blanditiis deleniti tempora provident culpa id doloremque. Quibusdam commodi minus magni asperiores nemo odio. Laborum mollitia alias quisquam exercitationem aliquam ex occaecati doloremque. Quos optio voluptatum suscipit soluta assumenda quaerat maxime fugit. In saepe quaerat exercitationem earum sequi.
7937 Quidem nesciunt provident dicta explicabo autem nemo sunt. Iusto in provident officiis sed. Eveniet quam distinctio ipsam optio sint. Et autem ducimus vel voluptas facere.
7938 Earum inventore ut eum eos numquam. Omnis nam provident atque temporibus. Natus illo voluptas enim ex optio eveniet ullam. Labore repudiandae laudantium non suscipit est quae. Odio provident a ad fuga accusamus distinctio vitae.
7939 Doloremque quod similique ipsa quas perferendis rerum earum excepturi. Minus explicabo autem quod incidunt. Earum magnam voluptatem expedita eveniet reiciendis dolores atque et.
7940 Inventore odio voluptate dicta dolore natus aut occaecati molestiae. Aut eum consequatur soluta voluptatum animi delectus accusantium asperiores. Facere exercitationem consequuntur adipisci nulla similique perferendis ullam. Illo ad aliquid maiores non ea.
7941 available_on: '2021-11-08T19:34:52.538Z'
7943 slug: product-1653934
7946 created_at: '2022-11-08T19:34:52.549Z'
7947 updated_at: '2022-11-08T19:34:52.555Z'
7952 private_metadata: {}
7954 make_active_at: '2021-11-08T19:34:52.538Z'
7955 display_compare_at_price:
7956 display_price: "$19.99"
7992 self: http://www.example.com/api/v2/platform/products?page=1&per_page=&include=&filter[name_eq]=
7993 next: http://www.example.com/api/v2/platform/products?filter%5Bname_eq%5D=&include=&page=1&per_page=
7994 prev: http://www.example.com/api/v2/platform/products?filter%5Bname_eq%5D=&include=&page=1&per_page=
7995 last: http://www.example.com/api/v2/platform/products?filter%5Bname_eq%5D=&include=&page=1&per_page=
7996 first: http://www.example.com/api/v2/platform/products?filter%5Bname_eq%5D=&include=&page=1&per_page=
7998 "$ref": "#/components/schemas/resources_list"
8000 description: Authentication Failed
8002 application/vnd.api+json:
8006 error: The access token is invalid
8008 "$ref": "#/components/schemas/error"
8010 summary: Create a Product
8015 description: Creates a Product
8016 operationId: create-product
8020 description: 'Select which associated resources you would like to fetch, see:
8021 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8027 description: Record created
8029 application/vnd.api+json:
8044 created_at: '2022-11-08T19:34:53.239Z'
8045 updated_at: '2022-11-08T19:34:53.243Z'
8050 private_metadata: {}
8053 display_compare_at_price:
8054 display_price: "$87.43"
8057 backorderable: false
8084 "$ref": "#/components/schemas/resource"
8086 description: Invalid request
8088 application/vnd.api+json:
8092 error: Name can't be blank, Shipping Category can't be blank,
8093 and Price can't be blank
8102 "$ref": "#/components/schemas/validation_errors"
8107 "$ref": "#/components/schemas/create_product_params"
8108 "/api/v2/platform/products/{id}":
8110 summary: Return a Product
8115 description: Returns a Product
8116 operationId: show-product
8125 description: 'Select which associated resources you would like to fetch, see:
8126 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8132 description: Record found
8134 application/vnd.api+json:
8142 name: Product 1682525
8144 Enim quibusdam et quis in iste. Eius labore corporis tempora suscipit molestiae sunt. Omnis vero numquam nostrum totam illum consectetur similique corporis.
8145 Iusto neque beatae consequatur consequuntur soluta pariatur at. Magnam numquam nisi voluptatem ipsa blanditiis ullam iste mollitia. Incidunt totam earum perferendis eveniet iusto ea. Sapiente est quam corporis veniam eveniet itaque.
8146 Repudiandae autem cumque hic nisi perferendis cum quod nostrum. Voluptatem ipsam esse provident itaque similique quia. Nobis quod blanditiis atque cupiditate eaque perspiciatis ullam in. Sequi aspernatur eaque reiciendis error illo dolorum pariatur.
8147 Sit recusandae reiciendis magni ipsam repudiandae est dolor quae. Veritatis possimus eveniet iusto dignissimos quasi consequatur temporibus. Magni asperiores officiis occaecati provident velit quos a voluptate.
8148 available_on: '2021-11-08T19:34:53.563Z'
8150 slug: product-1682525
8153 created_at: '2022-11-08T19:34:53.582Z'
8154 updated_at: '2022-11-08T19:34:53.588Z'
8159 private_metadata: {}
8161 make_active_at: '2021-11-08T19:34:53.563Z'
8162 display_compare_at_price:
8163 display_price: "$19.99"
8195 "$ref": "#/components/schemas/resource"
8197 description: Record not found
8199 application/vnd.api+json:
8203 error: The resource you were looking for could not be found.
8205 "$ref": "#/components/schemas/error"
8207 description: Authentication Failed
8209 application/vnd.api+json:
8213 error: The access token is invalid
8215 "$ref": "#/components/schemas/error"
8217 summary: Update a Product
8222 description: Updates a Product
8223 operationId: update-product
8232 description: 'Select which associated resources you would like to fetch, see:
8233 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8239 description: Record updated
8241 application/vnd.api+json:
8249 name: Twirling Bottom
8251 Ut quod iusto optio quos labore. Blanditiis in sunt sequi dolores eveniet reprehenderit maxime. Iusto consequuntur itaque nostrum placeat.
8252 Laboriosam labore vero voluptatibus suscipit consectetur possimus qui. Ullam commodi corporis cumque voluptatem neque non explicabo. Quaerat atque error nesciunt recusandae rem unde qui quas. Labore perspiciatis consectetur quisquam voluptatibus similique officiis ipsam enim. Labore neque reprehenderit et tempore.
8253 Ea minus nostrum placeat quibusdam laudantium. Illo voluptates in suscipit consequatur harum. Omnis tempora facilis distinctio quos repudiandae ex sapiente. Amet optio temporibus voluptas doloribus.
8254 Odio at porro commodi repudiandae quia quas. Ut sequi atque accusamus voluptatum consequatur delectus explicabo. Nobis laboriosam facere molestias consectetur saepe totam eos ea. Possimus atque adipisci sequi dolorum excepturi quo. Ad esse dolorum accusantium fugiat quaerat.
8255 Voluptas libero magnam earum reprehenderit ullam at veritatis. Magni culpa id quidem hic ad. Quidem ipsum est vero ut eaque veniam. Corrupti sint ratione maxime aspernatur itaque quo nostrum. Qui architecto ducimus quisquam iste saepe ullam.
8256 available_on: '2021-11-08T19:34:54.192Z'
8258 slug: product-1706992
8261 created_at: '2022-11-08T19:34:54.210Z'
8262 updated_at: '2022-11-08T19:34:54.468Z'
8267 private_metadata: {}
8269 make_active_at: '2021-11-08T19:34:54.192Z'
8270 display_compare_at_price:
8271 display_price: "$33.21"
8303 "$ref": "#/components/schemas/resource"
8305 description: Invalid request
8307 application/vnd.api+json:
8311 error: Name can't be blank
8316 "$ref": "#/components/schemas/validation_errors"
8318 description: Record not found
8320 application/vnd.api+json:
8324 error: The resource you were looking for could not be found.
8326 "$ref": "#/components/schemas/error"
8328 description: Authentication Failed
8330 application/vnd.api+json:
8334 error: The access token is invalid
8336 "$ref": "#/components/schemas/error"
8341 "$ref": "#/components/schemas/update_product_params"
8343 summary: Delete a Product
8348 description: Deletes a Product
8349 operationId: delete-product
8358 description: Record deleted
8360 description: Record not found
8362 application/vnd.api+json:
8366 error: The resource you were looking for could not be found.
8368 "$ref": "#/components/schemas/error"
8370 description: Authentication Failed
8372 application/vnd.api+json:
8376 error: The access token is invalid
8378 "$ref": "#/components/schemas/error"
8379 "/api/v2/platform/promotion_actions":
8381 summary: Return a list of Promotion Actions
8386 description: Returns a list of Promotion Actions
8387 operationId: promotion-actions-list
8401 description: 'Select which associated resources you would like to fetch, see:
8402 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8406 - name: filter[type_eq]
8409 example: Spree::Promotion::Actions::CreateAdjustment
8414 description: Records returned
8416 application/vnd.api+json:
8422 type: promotion_action
8427 created_at: '2022-11-08T19:34:55.838Z'
8428 updated_at: '2022-11-08T19:34:55.838Z'
8435 type: promotion_action
8440 created_at: '2022-11-08T19:34:55.839Z'
8441 updated_at: '2022-11-08T19:34:55.839Z'
8452 self: http://www.example.com/api/v2/platform/promotion_actions?page=1&per_page=&include=&filter[type_eq]=
8453 next: http://www.example.com/api/v2/platform/promotion_actions?filter%5Btype_eq%5D=&include=&page=1&per_page=
8454 prev: http://www.example.com/api/v2/platform/promotion_actions?filter%5Btype_eq%5D=&include=&page=1&per_page=
8455 last: http://www.example.com/api/v2/platform/promotion_actions?filter%5Btype_eq%5D=&include=&page=1&per_page=
8456 first: http://www.example.com/api/v2/platform/promotion_actions?filter%5Btype_eq%5D=&include=&page=1&per_page=
8458 "$ref": "#/components/schemas/resources_list"
8460 description: Authentication Failed
8462 application/vnd.api+json:
8466 error: The access token is invalid
8468 "$ref": "#/components/schemas/error"
8470 summary: Create a Promotion Action
8475 description: Creates a Promotion Action
8476 operationId: create-promotion-action
8480 description: 'Select which associated resources you would like to fetch, see:
8481 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8487 description: Record created
8489 application/vnd.api+json:
8495 type: promotion_action
8500 created_at: '2022-11-08T19:34:56.379Z'
8501 updated_at: '2022-11-08T19:34:56.379Z'
8508 "$ref": "#/components/schemas/resource"
8513 "$ref": "#/components/schemas/create_promotion_action_params"
8514 "/api/v2/platform/promotion_actions/{id}":
8516 summary: Return a Promotion Action
8521 description: Returns a Promotion Action
8522 operationId: show-promotion-action
8531 description: 'Select which associated resources you would like to fetch, see:
8532 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8538 description: Record found
8540 application/vnd.api+json:
8546 type: promotion_action
8551 created_at: '2022-11-08T19:34:56.411Z'
8552 updated_at: '2022-11-08T19:34:56.411Z'
8559 "$ref": "#/components/schemas/resource"
8561 description: Record not found
8563 application/vnd.api+json:
8567 error: The resource you were looking for could not be found.
8569 "$ref": "#/components/schemas/error"
8571 description: Authentication Failed
8573 application/vnd.api+json:
8577 error: The access token is invalid
8579 "$ref": "#/components/schemas/error"
8581 summary: Update a Promotion Action
8586 description: Updates a Promotion Action
8587 operationId: update-promotion-action
8596 description: 'Select which associated resources you would like to fetch, see:
8597 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8603 description: Record updated
8605 application/vnd.api+json:
8611 type: promotion_action
8614 type: Spree::Promotion::Actions::CreateAdjustment
8616 created_at: '2022-11-08T19:34:56.948Z'
8617 updated_at: '2022-11-08T19:34:57.178Z'
8624 "$ref": "#/components/schemas/resource"
8626 description: Record not found
8628 application/vnd.api+json:
8632 error: The resource you were looking for could not be found.
8634 "$ref": "#/components/schemas/error"
8636 description: Authentication Failed
8638 application/vnd.api+json:
8642 error: The access token is invalid
8644 "$ref": "#/components/schemas/error"
8649 "$ref": "#/components/schemas/update_promotion_action_params"
8651 summary: Delete a Promotion Action
8656 description: Deletes a Promotion Action
8657 operationId: delete-promotion-action
8666 description: Record deleted
8668 description: Record not found
8670 application/vnd.api+json:
8674 error: The resource you were looking for could not be found.
8676 "$ref": "#/components/schemas/error"
8678 description: Authentication Failed
8680 application/vnd.api+json:
8684 error: The access token is invalid
8686 "$ref": "#/components/schemas/error"
8687 "/api/v2/platform/promotion_categories":
8689 summary: Return a list of Promotion Categories
8691 - Promotion Categories
8694 description: Returns a list of Promotion Categories
8695 operationId: promotion-categories-list
8709 description: 'Select which associated resources you would like to fetch, see:
8710 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8714 - name: filter[code_eq]
8720 - name: filter[name_eq]
8723 example: 2020 Promotions
8728 description: Records returned
8730 application/vnd.api+json:
8736 type: promotion_category
8738 name: Promotion Category
8739 created_at: '2022-11-08T19:34:58.013Z'
8740 updated_at: '2022-11-08T19:34:58.013Z'
8746 type: promotion_category
8748 name: Promotion Category
8749 created_at: '2022-11-08T19:34:58.014Z'
8750 updated_at: '2022-11-08T19:34:58.014Z'
8760 self: http://www.example.com/api/v2/platform/promotion_categories?page=1&per_page=&include=&filter[code_eq]=&filter[name_eq]=
8761 next: http://www.example.com/api/v2/platform/promotion_categories?filter%5Bcode_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
8762 prev: http://www.example.com/api/v2/platform/promotion_categories?filter%5Bcode_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
8763 last: http://www.example.com/api/v2/platform/promotion_categories?filter%5Bcode_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
8764 first: http://www.example.com/api/v2/platform/promotion_categories?filter%5Bcode_eq%5D=&filter%5Bname_eq%5D=&include=&page=1&per_page=
8766 "$ref": "#/components/schemas/resources_list"
8768 description: Authentication Failed
8770 application/vnd.api+json:
8774 error: The access token is invalid
8776 "$ref": "#/components/schemas/error"
8778 summary: Create a Promotion Category
8780 - Promotion Categories
8783 description: Creates a Promotion Category
8784 operationId: create-promotion-category
8788 description: 'Select which associated resources you would like to fetch, see:
8789 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8795 description: Record created
8797 application/vnd.api+json:
8803 type: promotion_category
8805 name: Promotion Category
8806 created_at: '2022-11-08T19:34:58.529Z'
8807 updated_at: '2022-11-08T19:34:58.529Z'
8813 "$ref": "#/components/schemas/resource"
8815 description: Invalid request
8817 application/vnd.api+json:
8821 error: Name can't be blank
8826 "$ref": "#/components/schemas/validation_errors"
8831 "$ref": "#/components/schemas/create_promotion_category_params"
8832 "/api/v2/platform/promotion_categories/{id}":
8834 summary: Return a Promotion Category
8836 - Promotion Categories
8839 description: Returns a Promotion Category
8840 operationId: show-promotion-category
8849 description: 'Select which associated resources you would like to fetch, see:
8850 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8856 description: Record found
8858 application/vnd.api+json:
8864 type: promotion_category
8866 name: Promotion Category
8867 created_at: '2022-11-08T19:34:58.794Z'
8868 updated_at: '2022-11-08T19:34:58.794Z'
8874 "$ref": "#/components/schemas/resource"
8876 description: Record not found
8878 application/vnd.api+json:
8882 error: The resource you were looking for could not be found.
8884 "$ref": "#/components/schemas/error"
8886 description: Authentication Failed
8888 application/vnd.api+json:
8892 error: The access token is invalid
8894 "$ref": "#/components/schemas/error"
8896 summary: Update a Promotion Category
8898 - Promotion Categories
8901 description: Updates a Promotion Category
8902 operationId: update-promotion-category
8911 description: 'Select which associated resources you would like to fetch, see:
8912 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
8918 description: Record updated
8920 application/vnd.api+json:
8926 type: promotion_category
8928 name: 2021 Promotions
8929 created_at: '2022-11-08T19:34:59.309Z'
8930 updated_at: '2022-11-08T19:34:59.539Z'
8936 "$ref": "#/components/schemas/resource"
8938 description: Invalid request
8940 application/vnd.api+json:
8944 error: Name can't be blank
8949 "$ref": "#/components/schemas/validation_errors"
8951 description: Record not found
8953 application/vnd.api+json:
8957 error: The resource you were looking for could not be found.
8959 "$ref": "#/components/schemas/error"
8961 description: Authentication Failed
8963 application/vnd.api+json:
8967 error: The access token is invalid
8969 "$ref": "#/components/schemas/error"
8974 "$ref": "#/components/schemas/update_promotion_category_params"
8976 summary: Delete a Promotion Category
8978 - Promotion Categories
8981 description: Deletes a Promotion Category
8982 operationId: delete-promotion-category
8991 description: Record deleted
8993 description: Record not found
8995 application/vnd.api+json:
8999 error: The resource you were looking for could not be found.
9001 "$ref": "#/components/schemas/error"
9003 description: Authentication Failed
9005 application/vnd.api+json:
9009 error: The access token is invalid
9011 "$ref": "#/components/schemas/error"
9012 "/api/v2/platform/promotion_rules":
9014 summary: Return a list of Promotion Rules
9019 description: Returns a list of Promotion Rules
9020 operationId: promotion-rules-list
9034 description: 'Select which associated resources you would like to fetch, see:
9035 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9039 - name: filter[type_eq]
9042 example: Spree::Promotion::Rules::Product
9047 description: Records returned
9049 application/vnd.api+json:
9055 type: promotion_rule
9058 created_at: '2022-11-08T19:35:00.589Z'
9059 updated_at: '2022-11-08T19:35:00.589Z'
9068 type: promotion_rule
9071 created_at: '2022-11-08T19:35:00.591Z'
9072 updated_at: '2022-11-08T19:35:00.591Z'
9085 self: http://www.example.com/api/v2/platform/promotion_rules?page=1&per_page=&include=&filter[type_eq]=
9086 next: http://www.example.com/api/v2/platform/promotion_rules?filter%5Btype_eq%5D=&include=&page=1&per_page=
9087 prev: http://www.example.com/api/v2/platform/promotion_rules?filter%5Btype_eq%5D=&include=&page=1&per_page=
9088 last: http://www.example.com/api/v2/platform/promotion_rules?filter%5Btype_eq%5D=&include=&page=1&per_page=
9089 first: http://www.example.com/api/v2/platform/promotion_rules?filter%5Btype_eq%5D=&include=&page=1&per_page=
9091 "$ref": "#/components/schemas/resources_list"
9093 description: Authentication Failed
9095 application/vnd.api+json:
9099 error: The access token is invalid
9101 "$ref": "#/components/schemas/error"
9103 summary: Create a Promotion Rule
9108 description: Creates a Promotion Rule
9109 operationId: create-promotion-rule
9113 description: 'Select which associated resources you would like to fetch, see:
9114 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9120 description: Record created
9122 application/vnd.api+json:
9128 type: promotion_rule
9131 created_at: '2022-11-08T19:35:01.131Z'
9132 updated_at: '2022-11-08T19:35:01.131Z'
9141 "$ref": "#/components/schemas/resource"
9146 "$ref": "#/components/schemas/create_promotion_rule_params"
9147 "/api/v2/platform/promotion_rules/{id}":
9149 summary: Return a Promotion Rule
9154 description: Returns a Promotion Rule
9155 operationId: show-promotion-rule
9164 description: 'Select which associated resources you would like to fetch, see:
9165 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9171 description: Record found
9173 application/vnd.api+json:
9179 type: promotion_rule
9182 created_at: '2022-11-08T19:35:01.163Z'
9183 updated_at: '2022-11-08T19:35:01.163Z'
9192 "$ref": "#/components/schemas/resource"
9194 description: Record not found
9196 application/vnd.api+json:
9200 error: The resource you were looking for could not be found.
9202 "$ref": "#/components/schemas/error"
9204 description: Authentication Failed
9206 application/vnd.api+json:
9210 error: The access token is invalid
9212 "$ref": "#/components/schemas/error"
9214 summary: Update a Promotion Rule
9219 description: Updates a Promotion Rule
9220 operationId: update-promotion-rule
9229 description: 'Select which associated resources you would like to fetch, see:
9230 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9236 description: Record updated
9238 application/vnd.api+json:
9244 type: promotion_rule
9246 type: Spree::Promotion::Rules::Country
9247 created_at: '2022-11-08T19:35:01.723Z'
9248 updated_at: '2022-11-08T19:35:01.953Z'
9257 "$ref": "#/components/schemas/resource"
9259 description: Record not found
9261 application/vnd.api+json:
9265 error: The resource you were looking for could not be found.
9267 "$ref": "#/components/schemas/error"
9269 description: Authentication Failed
9271 application/vnd.api+json:
9275 error: The access token is invalid
9277 "$ref": "#/components/schemas/error"
9282 "$ref": "#/components/schemas/update_promotion_rule_params"
9284 summary: Delete a Promotion Rule
9289 description: Deletes a Promotion Rule
9290 operationId: delete-promotion-rule
9299 description: Record deleted
9301 description: Record not found
9303 application/vnd.api+json:
9307 error: The resource you were looking for could not be found.
9309 "$ref": "#/components/schemas/error"
9311 description: Authentication Failed
9313 application/vnd.api+json:
9317 error: The access token is invalid
9319 "$ref": "#/components/schemas/error"
9320 "/api/v2/platform/promotions":
9322 summary: Return a list of Promotions
9327 description: Returns a list of Promotions
9328 operationId: promotions-list
9342 description: 'Select which associated resources you would like to fetch, see:
9343 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9344 example: promotion_category,promotion_rules,promotion_actions,stores
9347 - name: filter[code_eq]
9353 - name: filter[name_cont]
9356 example: New Customer
9361 description: Records returned
9363 application/vnd.api+json:
9381 created_at: '2022-11-08T19:35:02.793Z'
9382 updated_at: '2022-11-08T19:35:02.795Z'
9384 private_metadata: {}
9409 created_at: '2022-11-08T19:35:02.805Z'
9410 updated_at: '2022-11-08T19:35:02.807Z'
9412 private_metadata: {}
9417 type: promotion_category
9423 type: promotion_action
9441 created_at: '2022-11-08T19:35:02.822Z'
9442 updated_at: '2022-11-08T19:35:02.824Z'
9444 private_metadata: {}
9449 type: promotion_category
9455 type: promotion_action
9473 created_at: '2022-11-08T19:35:02.837Z'
9474 updated_at: '2022-11-08T19:35:02.839Z'
9476 private_metadata: {}
9481 type: promotion_category
9485 type: promotion_rule
9489 type: promotion_action
9499 self: http://www.example.com/api/v2/platform/promotions?page=1&per_page=&include=&filter[code_eq]=&filter[name_cont]=
9500 next: http://www.example.com/api/v2/platform/promotions?filter%5Bcode_eq%5D=&filter%5Bname_cont%5D=&include=&page=1&per_page=
9501 prev: http://www.example.com/api/v2/platform/promotions?filter%5Bcode_eq%5D=&filter%5Bname_cont%5D=&include=&page=1&per_page=
9502 last: http://www.example.com/api/v2/platform/promotions?filter%5Bcode_eq%5D=&filter%5Bname_cont%5D=&include=&page=1&per_page=
9503 first: http://www.example.com/api/v2/platform/promotions?filter%5Bcode_eq%5D=&filter%5Bname_cont%5D=&include=&page=1&per_page=
9505 "$ref": "#/components/schemas/resources_list"
9507 description: Authentication Failed
9509 application/vnd.api+json:
9513 error: The access token is invalid
9515 "$ref": "#/components/schemas/error"
9517 summary: Create a Promotion
9522 description: Creates a Promotion
9523 operationId: create-promotion
9527 description: 'Select which associated resources you would like to fetch, see:
9528 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9529 example: promotion_category,promotion_rules,promotion_actions,stores
9534 description: Record created
9536 application/vnd.api+json:
9544 description: First 1000 Customers Save 20%
9545 expires_at: '2022-11-12T19:35:03.283Z'
9546 starts_at: '2022-11-08T19:35:03.283Z'
9547 name: Black Friday 20% Off
9548 type: Spree::Promotion
9553 path: "/black-fri/today"
9554 created_at: '2022-11-08T19:35:03.521Z'
9555 updated_at: '2022-11-08T19:35:03.533Z'
9557 private_metadata: {}
9562 type: promotion_category
9576 "$ref": "#/components/schemas/resource"
9578 description: Invalid request
9580 application/vnd.api+json:
9584 error: Name can't be blank
9589 "$ref": "#/components/schemas/validation_errors"
9594 "$ref": "#/components/schemas/create_promotion_params"
9595 "/api/v2/platform/promotions/{id}":
9597 summary: Return a Promotion
9602 description: Returns a Promotion
9603 operationId: show-promotion
9612 description: 'Select which associated resources you would like to fetch, see:
9613 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9614 example: promotion_category,promotion_rules,promotion_actions,stores
9619 description: Record found
9621 application/vnd.api+json:
9639 created_at: '2022-11-08T19:35:03.971Z'
9640 updated_at: '2022-11-08T19:35:03.973Z'
9642 private_metadata: {}
9647 type: promotion_category
9651 type: promotion_rule
9655 type: promotion_action
9661 "$ref": "#/components/schemas/resource"
9663 description: Record not found
9665 application/vnd.api+json:
9669 error: The resource you were looking for could not be found.
9671 "$ref": "#/components/schemas/error"
9673 description: Authentication Failed
9675 application/vnd.api+json:
9679 error: The access token is invalid
9681 "$ref": "#/components/schemas/error"
9683 summary: Update a Promotion
9688 description: Updates a Promotion
9689 operationId: update-promotion
9698 description: 'Select which associated resources you would like to fetch, see:
9699 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
9700 example: promotion_category,promotion_rules,promotion_actions,stores
9705 description: Record updated
9707 application/vnd.api+json:
9715 description: This is the new updated promo
9725 created_at: '2022-11-08T19:35:04.723Z'
9726 updated_at: '2022-11-08T19:35:04.970Z'
9728 private_metadata: {}
9733 type: promotion_category
9737 type: promotion_rule
9741 type: promotion_action
9747 "$ref": "#/components/schemas/resource"
9749 description: Invalid request
9751 application/vnd.api+json:
9755 error: Name can't be blank
9760 "$ref": "#/components/schemas/validation_errors"
9762 description: Record not found
9764 application/vnd.api+json:
9768 error: The resource you were looking for could not be found.
9770 "$ref": "#/components/schemas/error"
9772 description: Authentication Failed
9774 application/vnd.api+json:
9778 error: The access token is invalid
9780 "$ref": "#/components/schemas/error"
9786 - "$ref": "#/components/schemas/update_promotion_params"
9787 - "$ref": "#/components/schemas/update_promotion_add_rule_params"
9788 - "$ref": "#/components/schemas/update_promotion_update_rule_params"
9789 - "$ref": "#/components/schemas/update_promotion_add_action_params"
9790 - "$ref": "#/components/schemas/update_promotion_change_action_params"
9791 - "$ref": "#/components/schemas/update_promotion_action_calculator_params"
9792 - "$ref": "#/components/schemas/update_promotion_change_calculator_params"
9794 summary: Delete a Promotion
9799 description: Deletes a Promotion
9800 operationId: delete-promotion
9809 description: Record deleted
9811 description: Record not found
9813 application/vnd.api+json:
9817 error: The resource you were looking for could not be found.
9819 "$ref": "#/components/schemas/error"
9821 description: Authentication Failed
9823 application/vnd.api+json:
9827 error: The access token is invalid
9829 "$ref": "#/components/schemas/error"
9830 "/api/v2/platform/roles":
9832 summary: Return a list of Roles
9837 description: Returns a list of Roles
9838 operationId: roles-list
9850 - name: filter[name_eq]
9858 description: Records returned
9860 application/vnd.api+json:
9869 created_at: '2022-11-08T19:35:06.596Z'
9870 updated_at: '2022-11-08T19:35:06.596Z'
9875 created_at: '2022-11-08T19:35:06.597Z'
9876 updated_at: '2022-11-08T19:35:06.597Z'
9882 self: http://www.example.com/api/v2/platform/roles?page=1&per_page=&filter[name_eq]=
9883 next: http://www.example.com/api/v2/platform/roles?filter%5Bname_eq%5D=&page=1&per_page=
9884 prev: http://www.example.com/api/v2/platform/roles?filter%5Bname_eq%5D=&page=1&per_page=
9885 last: http://www.example.com/api/v2/platform/roles?filter%5Bname_eq%5D=&page=1&per_page=
9886 first: http://www.example.com/api/v2/platform/roles?filter%5Bname_eq%5D=&page=1&per_page=
9888 "$ref": "#/components/schemas/resources_list"
9890 description: Authentication Failed
9892 application/vnd.api+json:
9896 error: The access token is invalid
9898 "$ref": "#/components/schemas/error"
9900 summary: Create a Role
9905 description: Creates a Role
9906 operationId: create-role
9910 description: Record created
9912 application/vnd.api+json:
9921 created_at: '2022-11-08T19:35:07.110Z'
9922 updated_at: '2022-11-08T19:35:07.110Z'
9924 "$ref": "#/components/schemas/resource"
9926 description: Invalid request
9928 application/vnd.api+json:
9932 error: Name can't be blank
9937 "$ref": "#/components/schemas/validation_errors"
9942 "$ref": "#/components/schemas/create_role_params"
9943 "/api/v2/platform/roles/{id}":
9945 summary: Return a Role
9950 description: Returns a Role
9951 operationId: show-role
9960 description: Record found
9962 application/vnd.api+json:
9971 created_at: '2022-11-08T19:35:07.384Z'
9972 updated_at: '2022-11-08T19:35:07.384Z'
9974 "$ref": "#/components/schemas/resource"
9976 description: Record not found
9978 application/vnd.api+json:
9982 error: The resource you were looking for could not be found.
9984 "$ref": "#/components/schemas/error"
9986 description: Authentication Failed
9988 application/vnd.api+json:
9992 error: The access token is invalid
9994 "$ref": "#/components/schemas/error"
9996 summary: Update a Role
10001 description: Updates a Role
10002 operationId: update-role
10011 description: Record updated
10013 application/vnd.api+json:
10021 name: administrator
10022 created_at: '2022-11-08T19:35:07.901Z'
10023 updated_at: '2022-11-08T19:35:08.133Z'
10025 "$ref": "#/components/schemas/resource"
10027 description: Invalid request
10029 application/vnd.api+json:
10033 error: Name can't be blank
10038 "$ref": "#/components/schemas/validation_errors"
10040 description: Record not found
10042 application/vnd.api+json:
10046 error: The resource you were looking for could not be found.
10048 "$ref": "#/components/schemas/error"
10050 description: Authentication Failed
10052 application/vnd.api+json:
10056 error: The access token is invalid
10058 "$ref": "#/components/schemas/error"
10063 "$ref": "#/components/schemas/update_role_params"
10065 summary: Delete a Role
10070 description: Deletes a Role
10071 operationId: delete-role
10080 description: Record deleted
10082 description: Record not found
10084 application/vnd.api+json:
10088 error: The resource you were looking for could not be found.
10090 "$ref": "#/components/schemas/error"
10092 description: Authentication Failed
10094 application/vnd.api+json:
10098 error: The access token is invalid
10100 "$ref": "#/components/schemas/error"
10101 "/api/v2/platform/shipments":
10103 summary: Return a list of Shipments
10108 description: Returns a list of Shipments
10109 operationId: shipments-list
10123 description: 'Select which associated resources you would like to fetch, see:
10124 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10125 example: line_items,variants,product
10128 - name: filter[state_eq]
10136 description: Records returned
10138 application/vnd.api+json:
10147 number: H74819281258
10151 created_at: '2022-11-08T19:35:09.196Z'
10152 updated_at: '2022-11-08T19:35:09.199Z'
10153 adjustment_total: '0.0'
10154 additional_tax_total: '0.0'
10156 included_tax_total: '0.0'
10157 pre_tax_amount: '0.0'
10158 taxable_adjustment_total: '0.0'
10159 non_taxable_adjustment_total: '0.0'
10160 public_metadata: {}
10161 private_metadata: {}
10162 display_discounted_cost: "$100.00"
10163 display_item_cost: "$0.00"
10164 display_amount: "$100.00"
10165 display_final_price: "$100.00"
10166 display_cost: "$100.00"
10178 type: stock_location
10186 type: shipping_rate
10189 selected_shipping_rate:
10192 type: shipping_rate
10197 number: H45064150244
10201 created_at: '2022-11-08T19:35:09.230Z'
10202 updated_at: '2022-11-08T19:35:09.233Z'
10203 adjustment_total: '0.0'
10204 additional_tax_total: '0.0'
10206 included_tax_total: '0.0'
10207 pre_tax_amount: '0.0'
10208 taxable_adjustment_total: '0.0'
10209 non_taxable_adjustment_total: '0.0'
10210 public_metadata: {}
10211 private_metadata: {}
10212 display_discounted_cost: "$100.00"
10213 display_item_cost: "$0.00"
10214 display_amount: "$100.00"
10215 display_final_price: "$100.00"
10216 display_cost: "$100.00"
10228 type: stock_location
10236 type: shipping_rate
10239 selected_shipping_rate:
10242 type: shipping_rate
10248 self: http://www.example.com/api/v2/platform/shipments?page=1&per_page=&include=&filter[state_eq]=
10249 next: http://www.example.com/api/v2/platform/shipments?filter%5Bstate_eq%5D=&include=&page=1&per_page=
10250 prev: http://www.example.com/api/v2/platform/shipments?filter%5Bstate_eq%5D=&include=&page=1&per_page=
10251 last: http://www.example.com/api/v2/platform/shipments?filter%5Bstate_eq%5D=&include=&page=1&per_page=
10252 first: http://www.example.com/api/v2/platform/shipments?filter%5Bstate_eq%5D=&include=&page=1&per_page=
10254 "$ref": "#/components/schemas/resources_list"
10256 description: Authentication Failed
10258 application/vnd.api+json:
10262 error: The access token is invalid
10264 "$ref": "#/components/schemas/error"
10266 summary: Create a Shipment
10271 description: Creates a Shipment
10272 operationId: create-shipment
10276 description: 'Select which associated resources you would like to fetch, see:
10277 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10278 example: line_items,variants,product
10283 description: Record created
10285 application/vnd.api+json:
10294 number: H86798855348
10298 created_at: '2022-11-08T19:35:09.957Z'
10299 updated_at: '2022-11-08T19:35:09.970Z'
10300 adjustment_total: '0.0'
10301 additional_tax_total: '0.0'
10303 included_tax_total: '0.0'
10304 pre_tax_amount: '0.0'
10305 taxable_adjustment_total: '0.0'
10306 non_taxable_adjustment_total: '0.0'
10307 public_metadata: {}
10308 private_metadata: {}
10309 display_discounted_cost: "$0.00"
10310 display_item_cost: "$19.99"
10311 display_amount: "$0.00"
10312 display_final_price: "$0.00"
10313 display_cost: "$0.00"
10325 type: stock_location
10331 type: inventory_unit
10336 selected_shipping_rate:
10339 "$ref": "#/components/schemas/resource"
10341 description: Invalid request
10343 application/vnd.api+json:
10347 error: order_not_found
10350 "$ref": "#/components/schemas/validation_errors"
10355 "$ref": "#/components/schemas/create_shipment_params"
10356 "/api/v2/platform/shipments/{id}":
10358 summary: Return a Shipment
10363 description: Returns a Shipment
10364 operationId: show-shipment
10373 description: 'Select which associated resources you would like to fetch, see:
10374 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10375 example: line_items,variants,product
10380 description: Record found
10382 application/vnd.api+json:
10391 number: H70979559010
10395 created_at: '2022-11-08T19:35:10.459Z'
10396 updated_at: '2022-11-08T19:35:10.475Z'
10397 adjustment_total: '0.0'
10398 additional_tax_total: '0.0'
10400 included_tax_total: '0.0'
10401 pre_tax_amount: '0.0'
10402 taxable_adjustment_total: '0.0'
10403 non_taxable_adjustment_total: '0.0'
10404 public_metadata: {}
10405 private_metadata: {}
10406 display_discounted_cost: "$100.00"
10407 display_item_cost: "$10.00"
10408 display_amount: "$100.00"
10409 display_final_price: "$100.00"
10410 display_cost: "$100.00"
10422 type: stock_location
10428 type: inventory_unit
10432 type: shipping_rate
10435 selected_shipping_rate:
10438 type: shipping_rate
10440 "$ref": "#/components/schemas/resource"
10442 description: Record not found
10444 application/vnd.api+json:
10448 error: The resource you were looking for could not be found.
10450 "$ref": "#/components/schemas/error"
10452 description: Authentication Failed
10454 application/vnd.api+json:
10458 error: The access token is invalid
10460 "$ref": "#/components/schemas/error"
10462 summary: Update a Shipment
10467 description: Updates a Shipment
10468 operationId: update-shipment
10477 description: 'Select which associated resources you would like to fetch, see:
10478 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10479 example: line_items,variants,product
10484 description: Record updated
10486 application/vnd.api+json:
10494 tracking: MY-TRACKING-NUMBER-1234
10495 number: H91981279448
10499 created_at: '2022-11-08T19:35:11.360Z'
10500 updated_at: '2022-11-08T19:35:11.610Z'
10501 adjustment_total: '0.0'
10502 additional_tax_total: '0.0'
10504 included_tax_total: '0.0'
10505 pre_tax_amount: '0.0'
10506 taxable_adjustment_total: '0.0'
10507 non_taxable_adjustment_total: '0.0'
10508 public_metadata: {}
10509 private_metadata: {}
10510 display_discounted_cost: "$100.00"
10511 display_item_cost: "$10.00"
10512 display_amount: "$100.00"
10513 display_final_price: "$100.00"
10514 display_cost: "$100.00"
10526 type: stock_location
10532 type: inventory_unit
10536 type: shipping_rate
10539 selected_shipping_rate:
10542 type: shipping_rate
10544 "$ref": "#/components/schemas/resource"
10546 description: Invalid request
10548 application/vnd.api+json:
10552 error: Stock location can't be blank
10557 "$ref": "#/components/schemas/validation_errors"
10559 description: Record not found
10561 application/vnd.api+json:
10565 error: The resource you were looking for could not be found.
10567 "$ref": "#/components/schemas/error"
10569 description: Authentication Failed
10571 application/vnd.api+json:
10575 error: The access token is invalid
10577 "$ref": "#/components/schemas/error"
10582 "$ref": "#/components/schemas/update_shipment_params"
10584 summary: Delete a Shipment
10589 description: Deletes a Shipment
10590 operationId: delete-shipment
10599 description: Record deleted
10601 description: Record not found
10603 application/vnd.api+json:
10607 error: The resource you were looking for could not be found.
10609 "$ref": "#/components/schemas/error"
10611 description: Authentication Failed
10613 application/vnd.api+json:
10617 error: The access token is invalid
10619 "$ref": "#/components/schemas/error"
10620 "/api/v2/platform/shipments/{id}/add_item":
10622 summary: Adds item (Variant) to an existing Shipment
10627 description: If selected Variant was already added to Order it will increase
10628 the quantity of existing Line Item, if not it will create a new Line Item
10629 operationId: add-item-shipment
10638 description: 'Select which associated resources you would like to fetch, see:
10639 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10640 example: line_items,variants,product
10645 description: Record updated
10647 application/vnd.api+json:
10656 number: H80492609966
10660 created_at: '2022-11-08T19:35:13.675Z'
10661 updated_at: '2022-11-08T19:35:13.998Z'
10662 adjustment_total: '0.0'
10663 additional_tax_total: '0.0'
10665 included_tax_total: '0.0'
10666 pre_tax_amount: '0.0'
10667 taxable_adjustment_total: '0.0'
10668 non_taxable_adjustment_total: '0.0'
10669 public_metadata: {}
10670 private_metadata: {}
10671 display_discounted_cost: "$0.00"
10672 display_item_cost: "$29.99"
10673 display_amount: "$0.00"
10674 display_final_price: "$0.00"
10675 display_cost: "$0.00"
10687 type: stock_location
10693 type: inventory_unit
10695 type: inventory_unit
10699 type: shipping_rate
10701 type: shipping_rate
10704 selected_shipping_rate:
10707 type: shipping_rate
10709 "$ref": "#/components/schemas/resource"
10711 description: Record not found
10713 application/vnd.api+json:
10717 error: The resource you were looking for could not be found.
10719 "$ref": "#/components/schemas/error"
10721 description: Authentication Failed
10723 application/vnd.api+json:
10727 error: The access token is invalid
10729 "$ref": "#/components/schemas/error"
10734 "$ref": "#/components/schemas/add_item_shipment_params"
10735 "/api/v2/platform/shipments/{id}/remove_item":
10737 summary: Removes item (Variant) from Shipment
10742 description: If selected Variant is removed completely and Shipment doesn't
10743 include any other Line Items, Shipment itself will be deleted
10744 operationId: remove-item-shipment
10753 description: 'Select which associated resources you would like to fetch, see:
10754 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10755 example: line_items,variants,product
10760 description: Record deleted
10762 description: Record updated
10764 application/vnd.api+json:
10773 number: H51498419568
10777 created_at: '2022-11-08T19:35:15.496Z'
10778 updated_at: '2022-11-08T19:35:15.944Z'
10779 adjustment_total: '0.0'
10780 additional_tax_total: '0.0'
10782 included_tax_total: '0.0'
10783 pre_tax_amount: '0.0'
10784 taxable_adjustment_total: '0.0'
10785 non_taxable_adjustment_total: '0.0'
10786 public_metadata: {}
10787 private_metadata: {}
10788 display_discounted_cost: "$0.00"
10789 display_item_cost: "$10.00"
10790 display_amount: "$0.00"
10791 display_final_price: "$0.00"
10792 display_cost: "$0.00"
10804 type: stock_location
10810 type: inventory_unit
10814 type: shipping_rate
10816 type: shipping_rate
10819 selected_shipping_rate:
10822 type: shipping_rate
10824 "$ref": "#/components/schemas/resource"
10826 description: Record not found
10828 application/vnd.api+json:
10832 error: The resource you were looking for could not be found.
10834 "$ref": "#/components/schemas/error"
10836 description: Authentication Failed
10838 application/vnd.api+json:
10842 error: The access token is invalid
10844 "$ref": "#/components/schemas/error"
10849 "$ref": "#/components/schemas/remove_item_shipment_params"
10850 "/api/v2/platform/shipments/{id}/ready":
10852 summary: Mark Shipment as ready to be shipped
10857 description: Marks Shipment as ready to be shipped
10858 operationId: ready-shipment
10867 description: 'Select which associated resources you would like to fetch, see:
10868 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10869 example: line_items,variants,product
10874 description: Record updated
10876 application/vnd.api+json:
10885 number: H47907335950
10889 created_at: '2022-11-08T19:35:16.670Z'
10890 updated_at: '2022-11-08T19:35:16.922Z'
10891 adjustment_total: '0.0'
10892 additional_tax_total: '0.0'
10894 included_tax_total: '0.0'
10895 pre_tax_amount: '0.0'
10896 taxable_adjustment_total: '0.0'
10897 non_taxable_adjustment_total: '0.0'
10898 public_metadata: {}
10899 private_metadata: {}
10900 display_discounted_cost: "$100.00"
10901 display_item_cost: "$10.00"
10902 display_amount: "$100.00"
10903 display_final_price: "$100.00"
10904 display_cost: "$100.00"
10916 type: stock_location
10922 type: inventory_unit
10926 type: shipping_rate
10931 selected_shipping_rate:
10934 type: shipping_rate
10936 "$ref": "#/components/schemas/resource"
10938 description: Record not found
10940 application/vnd.api+json:
10944 error: The resource you were looking for could not be found.
10946 "$ref": "#/components/schemas/error"
10948 description: Authentication Failed
10950 application/vnd.api+json:
10954 error: The access token is invalid
10956 "$ref": "#/components/schemas/error"
10957 "/api/v2/platform/shipments/{id}/ship":
10959 summary: Mark Shipment as shipped
10964 description: Marks Shipment as shipped
10965 operationId: ship-shipment
10974 description: 'Select which associated resources you would like to fetch, see:
10975 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
10976 example: line_items,variants,product
10981 description: Record updated
10983 application/vnd.api+json:
10992 number: H98524317894
10994 shipped_at: '2022-11-08T19:35:17.839Z'
10996 created_at: '2022-11-08T19:35:17.583Z'
10997 updated_at: '2022-11-08T19:35:17.839Z'
10998 adjustment_total: '0.0'
10999 additional_tax_total: '0.0'
11001 included_tax_total: '0.0'
11002 pre_tax_amount: '0.0'
11003 taxable_adjustment_total: '0.0'
11004 non_taxable_adjustment_total: '0.0'
11005 public_metadata: {}
11006 private_metadata: {}
11007 display_discounted_cost: "$100.00"
11008 display_item_cost: "$10.00"
11009 display_amount: "$100.00"
11010 display_final_price: "$100.00"
11011 display_cost: "$100.00"
11023 type: stock_location
11029 type: inventory_unit
11033 type: shipping_rate
11038 selected_shipping_rate:
11041 type: shipping_rate
11043 "$ref": "#/components/schemas/resource"
11045 description: Record not found
11047 application/vnd.api+json:
11051 error: The resource you were looking for could not be found.
11053 "$ref": "#/components/schemas/error"
11055 description: Authentication Failed
11057 application/vnd.api+json:
11061 error: The access token is invalid
11063 "$ref": "#/components/schemas/error"
11064 "/api/v2/platform/shipments/{id}/cancel":
11066 summary: Cancels the Shipment
11071 description: Cancels the Shipment
11072 operationId: cancel-shipment
11081 description: 'Select which associated resources you would like to fetch, see:
11082 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11083 example: line_items,variants,product
11088 description: Record updated
11090 application/vnd.api+json:
11099 number: H87762281833
11103 created_at: '2022-11-08T19:35:18.498Z'
11104 updated_at: '2022-11-08T19:35:18.748Z'
11105 adjustment_total: '0.0'
11106 additional_tax_total: '0.0'
11108 included_tax_total: '0.0'
11109 pre_tax_amount: '0.0'
11110 taxable_adjustment_total: '0.0'
11111 non_taxable_adjustment_total: '0.0'
11112 public_metadata: {}
11113 private_metadata: {}
11114 display_discounted_cost: "$100.00"
11115 display_item_cost: "$10.00"
11116 display_amount: "$100.00"
11117 display_final_price: "$100.00"
11118 display_cost: "$100.00"
11130 type: stock_location
11136 type: inventory_unit
11140 type: shipping_rate
11145 selected_shipping_rate:
11148 type: shipping_rate
11150 "$ref": "#/components/schemas/resource"
11152 description: Record not found
11154 application/vnd.api+json:
11158 error: The resource you were looking for could not be found.
11160 "$ref": "#/components/schemas/error"
11162 description: Authentication Failed
11164 application/vnd.api+json:
11168 error: The access token is invalid
11170 "$ref": "#/components/schemas/error"
11171 "/api/v2/platform/shipments/{id}/resume":
11173 summary: Resumes the Shipment
11178 description: Resumes previously canceled Shipment
11179 operationId: resume-shipment
11188 description: 'Select which associated resources you would like to fetch, see:
11189 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11190 example: line_items,variants,product
11195 description: Record updated
11197 application/vnd.api+json:
11206 number: H65608010898
11210 created_at: '2022-11-08T19:35:19.500Z'
11211 updated_at: '2022-11-08T19:35:19.754Z'
11212 adjustment_total: '0.0'
11213 additional_tax_total: '0.0'
11215 included_tax_total: '0.0'
11216 pre_tax_amount: '0.0'
11217 taxable_adjustment_total: '0.0'
11218 non_taxable_adjustment_total: '0.0'
11219 public_metadata: {}
11220 private_metadata: {}
11221 display_discounted_cost: "$100.00"
11222 display_item_cost: "$10.00"
11223 display_amount: "$100.00"
11224 display_final_price: "$100.00"
11225 display_cost: "$100.00"
11237 type: stock_location
11243 type: inventory_unit
11247 type: shipping_rate
11252 selected_shipping_rate:
11255 type: shipping_rate
11257 "$ref": "#/components/schemas/resource"
11259 description: Record not found
11261 application/vnd.api+json:
11265 error: The resource you were looking for could not be found.
11267 "$ref": "#/components/schemas/error"
11269 description: Authentication Failed
11271 application/vnd.api+json:
11275 error: The access token is invalid
11277 "$ref": "#/components/schemas/error"
11278 "/api/v2/platform/shipments/{id}/pend":
11280 summary: Moves Shipment back to pending state
11285 description: Moves Shipment back to pending state
11286 operationId: pend-shipment
11295 description: 'Select which associated resources you would like to fetch, see:
11296 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11297 example: line_items,variants,product
11302 description: Record updated
11304 application/vnd.api+json:
11313 number: H29346097126
11317 created_at: '2022-11-08T19:35:20.604Z'
11318 updated_at: '2022-11-08T19:35:20.853Z'
11319 adjustment_total: '0.0'
11320 additional_tax_total: '0.0'
11322 included_tax_total: '0.0'
11323 pre_tax_amount: '0.0'
11324 taxable_adjustment_total: '0.0'
11325 non_taxable_adjustment_total: '0.0'
11326 public_metadata: {}
11327 private_metadata: {}
11328 display_discounted_cost: "$100.00"
11329 display_item_cost: "$10.00"
11330 display_amount: "$100.00"
11331 display_final_price: "$100.00"
11332 display_cost: "$100.00"
11344 type: stock_location
11350 type: inventory_unit
11354 type: shipping_rate
11359 selected_shipping_rate:
11362 type: shipping_rate
11364 "$ref": "#/components/schemas/resource"
11366 description: Record not found
11368 application/vnd.api+json:
11372 error: The resource you were looking for could not be found.
11374 "$ref": "#/components/schemas/error"
11376 description: Authentication Failed
11378 application/vnd.api+json:
11382 error: The access token is invalid
11384 "$ref": "#/components/schemas/error"
11385 "/api/v2/platform/shipping_categories":
11387 summary: Return a list of Shipping Categories
11389 - Shipping Categories
11392 description: Returns a list of Shipping Categories
11393 operationId: shipping-categories-list
11405 - name: filter[name_i_cont]
11413 description: Records returned
11415 application/vnd.api+json:
11421 type: shipping_category
11423 name: ShippingCategory 134
11424 created_at: '2022-11-08T19:35:21.335Z'
11425 updated_at: '2022-11-08T19:35:21.335Z'
11427 type: shipping_category
11429 name: ShippingCategory 135
11430 created_at: '2022-11-08T19:35:21.336Z'
11431 updated_at: '2022-11-08T19:35:21.336Z'
11437 self: http://www.example.com/api/v2/platform/shipping_categories?page=1&per_page=&filter[name_i_cont]=
11438 next: http://www.example.com/api/v2/platform/shipping_categories?filter%5Bname_i_cont%5D=&page=1&per_page=
11439 prev: http://www.example.com/api/v2/platform/shipping_categories?filter%5Bname_i_cont%5D=&page=1&per_page=
11440 last: http://www.example.com/api/v2/platform/shipping_categories?filter%5Bname_i_cont%5D=&page=1&per_page=
11441 first: http://www.example.com/api/v2/platform/shipping_categories?filter%5Bname_i_cont%5D=&page=1&per_page=
11443 "$ref": "#/components/schemas/resources_list"
11445 description: Authentication Failed
11447 application/vnd.api+json:
11451 error: The access token is invalid
11453 "$ref": "#/components/schemas/error"
11455 summary: Create a Shipping Category
11457 - Shipping Categories
11460 description: Creates a Shipping Category
11461 operationId: create-shipping-category
11465 description: Record created
11467 application/vnd.api+json:
11473 type: shipping_category
11475 name: ShippingCategory 138
11476 created_at: '2022-11-08T19:35:21.863Z'
11477 updated_at: '2022-11-08T19:35:21.863Z'
11479 "$ref": "#/components/schemas/resource"
11481 description: Invalid request
11483 application/vnd.api+json:
11487 error: Name can't be blank
11492 "$ref": "#/components/schemas/validation_errors"
11497 "$ref": "#/components/schemas/create_shipping_category_params"
11498 "/api/v2/platform/shipping_categories/{id}":
11500 summary: Return a Shipping Category
11502 - Shipping Categories
11505 description: Returns a Shipping Category
11506 operationId: show-shipping-category
11515 description: Record found
11517 application/vnd.api+json:
11523 type: shipping_category
11525 name: ShippingCategory 139
11526 created_at: '2022-11-08T19:35:22.131Z'
11527 updated_at: '2022-11-08T19:35:22.131Z'
11529 "$ref": "#/components/schemas/resource"
11531 description: Record not found
11533 application/vnd.api+json:
11537 error: The resource you were looking for could not be found.
11539 "$ref": "#/components/schemas/error"
11541 description: Authentication Failed
11543 application/vnd.api+json:
11547 error: The access token is invalid
11549 "$ref": "#/components/schemas/error"
11551 summary: Update a Shipping Category
11553 - Shipping Categories
11556 description: Updates a Shipping Category
11557 operationId: update-shipping-category
11566 description: Record updated
11568 application/vnd.api+json:
11574 type: shipping_category
11577 created_at: '2022-11-08T19:35:22.647Z'
11578 updated_at: '2022-11-08T19:35:22.876Z'
11580 "$ref": "#/components/schemas/resource"
11582 description: Invalid request
11584 application/vnd.api+json:
11588 error: Name can't be blank
11593 "$ref": "#/components/schemas/validation_errors"
11595 description: Record not found
11597 application/vnd.api+json:
11601 error: The resource you were looking for could not be found.
11603 "$ref": "#/components/schemas/error"
11605 description: Authentication Failed
11607 application/vnd.api+json:
11611 error: The access token is invalid
11613 "$ref": "#/components/schemas/error"
11618 "$ref": "#/components/schemas/update_shipping_category_params"
11620 summary: Delete a Shipping Category
11622 - Shipping Categories
11625 description: Deletes a Shipping Category
11626 operationId: delete-shipping-category
11635 description: Record deleted
11637 description: Record not found
11639 application/vnd.api+json:
11643 error: The resource you were looking for could not be found.
11645 "$ref": "#/components/schemas/error"
11647 description: Authentication Failed
11649 application/vnd.api+json:
11653 error: The access token is invalid
11655 "$ref": "#/components/schemas/error"
11656 "/api/v2/platform/shipping_methods":
11658 summary: Return a list of Shipping Methods
11663 description: Returns a list of Shipping Methods
11664 operationId: shipping-methods-list
11678 description: 'Select which associated resources you would like to fetch, see:
11679 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11680 example: calculator,shipping_categories,shipping_rates,tax_category
11683 - name: filter[name]
11686 example: DHL Express
11689 - name: filter[title_cont]
11697 description: Records returned
11699 application/vnd.api+json:
11705 type: shipping_method
11712 created_at: '2022-11-08T19:35:23.928Z'
11713 updated_at: '2022-11-08T19:35:23.928Z'
11715 public_metadata: {}
11716 private_metadata: {}
11718 shipping_categories:
11721 type: shipping_category
11731 type: shipping_method
11738 created_at: '2022-11-08T19:35:23.939Z'
11739 updated_at: '2022-11-08T19:35:23.939Z'
11741 public_metadata: {}
11742 private_metadata: {}
11744 shipping_categories:
11747 type: shipping_category
11761 self: http://www.example.com/api/v2/platform/shipping_methods?page=1&per_page=&include=&filter[name]=&filter[title_cont]=
11762 next: http://www.example.com/api/v2/platform/shipping_methods?filter%5Bname%5D=&filter%5Btitle_cont%5D=&include=&page=1&per_page=
11763 prev: http://www.example.com/api/v2/platform/shipping_methods?filter%5Bname%5D=&filter%5Btitle_cont%5D=&include=&page=1&per_page=
11764 last: http://www.example.com/api/v2/platform/shipping_methods?filter%5Bname%5D=&filter%5Btitle_cont%5D=&include=&page=1&per_page=
11765 first: http://www.example.com/api/v2/platform/shipping_methods?filter%5Bname%5D=&filter%5Btitle_cont%5D=&include=&page=1&per_page=
11767 "$ref": "#/components/schemas/resources_list"
11769 description: Authentication Failed
11771 application/vnd.api+json:
11775 error: The access token is invalid
11777 "$ref": "#/components/schemas/error"
11779 summary: Create a Shipping Method
11784 description: Creates a Shipping Method
11785 operationId: create-shipping-method
11789 description: 'Select which associated resources you would like to fetch, see:
11790 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11791 example: calculator,shipping_categories,shipping_rates,tax_category
11796 description: Record created
11798 application/vnd.api+json:
11804 type: shipping_method
11806 name: DHL Express Domestic
11808 admin_name: DHL Express- Zone A
11811 created_at: '2022-11-08T19:35:24.485Z'
11812 updated_at: '2022-11-08T19:35:24.485Z'
11814 public_metadata: {}
11815 private_metadata: {}
11817 shipping_categories:
11820 type: shipping_category
11832 "$ref": "#/components/schemas/resource"
11834 description: Invalid request
11836 application/vnd.api+json:
11840 error: Calculator can't be blank, Name can't be blank, Display
11841 on can't be blank, and You must select at least one shipping
11851 - You must select at least one shipping category
11853 "$ref": "#/components/schemas/validation_errors"
11858 "$ref": "#/components/schemas/create_shipping_method_params"
11859 "/api/v2/platform/shipping_methods/{id}":
11861 summary: Return a Shipping Method
11866 description: Returns a Shipping Method
11867 operationId: show-shipping-method
11876 description: 'Select which associated resources you would like to fetch, see:
11877 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11878 example: calculator,shipping_categories,shipping_rates,tax_category
11883 description: Record found
11885 application/vnd.api+json:
11891 type: shipping_method
11898 created_at: '2022-11-08T19:35:24.769Z'
11899 updated_at: '2022-11-08T19:35:24.769Z'
11901 public_metadata: {}
11902 private_metadata: {}
11904 shipping_categories:
11907 type: shipping_category
11917 "$ref": "#/components/schemas/resource"
11919 description: Record not found
11921 application/vnd.api+json:
11925 error: The resource you were looking for could not be found.
11927 "$ref": "#/components/schemas/error"
11929 description: Authentication Failed
11931 application/vnd.api+json:
11935 error: The access token is invalid
11937 "$ref": "#/components/schemas/error"
11939 summary: Update a Shipping Method
11944 description: Updates a Shipping Method
11945 operationId: update-shipping-method
11954 description: 'Select which associated resources you would like to fetch, see:
11955 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
11956 example: calculator,shipping_categories,shipping_rates,tax_category
11961 description: Record updated
11963 application/vnd.api+json:
11969 type: shipping_method
11971 name: FedEx Expedited
11976 created_at: '2022-11-08T19:35:25.390Z'
11977 updated_at: '2022-11-08T19:35:25.626Z'
11979 public_metadata: {}
11980 private_metadata: {}
11982 shipping_categories:
11985 type: shipping_category
11995 "$ref": "#/components/schemas/resource"
11997 description: Invalid request
11999 application/vnd.api+json:
12003 error: Name can't be blank
12008 "$ref": "#/components/schemas/validation_errors"
12010 description: Record not found
12012 application/vnd.api+json:
12016 error: The resource you were looking for could not be found.
12018 "$ref": "#/components/schemas/error"
12020 description: Authentication Failed
12022 application/vnd.api+json:
12026 error: The access token is invalid
12028 "$ref": "#/components/schemas/error"
12033 "$ref": "#/components/schemas/update_shipping_method_params"
12035 summary: Delete a Shipping Method
12040 description: Deletes a Shipping Method
12041 operationId: delete-shipping-method
12050 description: Record deleted
12052 description: Record not found
12054 application/vnd.api+json:
12058 error: The resource you were looking for could not be found.
12060 "$ref": "#/components/schemas/error"
12062 description: Authentication Failed
12064 application/vnd.api+json:
12068 error: The access token is invalid
12070 "$ref": "#/components/schemas/error"
12071 "/api/v2/platform/states":
12073 summary: Returns a list of States
12078 operationId: states-list
12079 description: Returns a list of States
12093 description: 'Select which associated resources you would like to fetch, see:
12094 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12098 - name: filter[country_id_eq]
12106 description: Records returned
12108 application/vnd.api+json:
12116 name: STATE_NAME_230
12117 abbr: STATE_ABBR_230
12118 updated_at: '2022-11-08T19:35:26.719Z'
12119 created_at: '2022-11-08T19:35:26.719Z'
12128 name: STATE_NAME_231
12129 abbr: STATE_ABBR_231
12130 updated_at: '2022-11-08T19:35:26.721Z'
12131 created_at: '2022-11-08T19:35:26.721Z'
12142 self: http://www.example.com/api/v2/platform/states?page=1&per_page=&include=&filter[country_id_eq]=
12143 next: http://www.example.com/api/v2/platform/states?filter%5Bcountry_id_eq%5D=&include=&page=1&per_page=
12144 prev: http://www.example.com/api/v2/platform/states?filter%5Bcountry_id_eq%5D=&include=&page=1&per_page=
12145 last: http://www.example.com/api/v2/platform/states?filter%5Bcountry_id_eq%5D=&include=&page=1&per_page=
12146 first: http://www.example.com/api/v2/platform/states?filter%5Bcountry_id_eq%5D=&include=&page=1&per_page=
12148 "$ref": "#/components/schemas/resources_list"
12150 description: Authentication Failed
12152 application/vnd.api+json:
12156 error: The access token is invalid
12158 "$ref": "#/components/schemas/error"
12159 "/api/v2/platform/states/{id}":
12161 summary: Returns a State
12166 operationId: show-state
12167 description: Returns a State
12176 description: Record found
12178 application/vnd.api+json:
12186 name: STATE_NAME_234
12187 abbr: STATE_ABBR_234
12188 updated_at: '2022-11-08T19:35:27.007Z'
12189 created_at: '2022-11-08T19:35:27.007Z'
12196 "$ref": "#/components/schemas/resource"
12198 description: Record not found
12200 application/vnd.api+json:
12204 error: The resource you were looking for could not be found.
12206 "$ref": "#/components/schemas/error"
12208 description: Authentication Failed
12210 application/vnd.api+json:
12214 error: The access token is invalid
12216 "$ref": "#/components/schemas/error"
12217 "/api/v2/platform/stock_items":
12219 summary: Return a list of Stock Items
12224 description: Returns a list of Stock Items
12225 operationId: stock-items-list
12239 description: 'Select which associated resources you would like to fetch, see:
12240 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12241 example: stock_location,variant
12246 description: Records returned
12248 application/vnd.api+json:
12257 created_at: '2022-11-08T19:35:27.570Z'
12258 updated_at: '2022-11-08T19:35:27.614Z'
12259 backorderable: false
12261 public_metadata: {}
12262 private_metadata: {}
12263 is_available: false
12268 type: stock_location
12277 created_at: '2022-11-08T19:35:27.634Z'
12278 updated_at: '2022-11-08T19:35:27.644Z'
12279 backorderable: true
12281 public_metadata: {}
12282 private_metadata: {}
12288 type: stock_location
12298 self: http://www.example.com/api/v2/platform/stock_items?page=1&per_page=&include=
12299 next: http://www.example.com/api/v2/platform/stock_items?include=&page=1&per_page=
12300 prev: http://www.example.com/api/v2/platform/stock_items?include=&page=1&per_page=
12301 last: http://www.example.com/api/v2/platform/stock_items?include=&page=1&per_page=
12302 first: http://www.example.com/api/v2/platform/stock_items?include=&page=1&per_page=
12304 "$ref": "#/components/schemas/resources_list"
12306 description: Authentication Failed
12308 application/vnd.api+json:
12312 error: The access token is invalid
12314 "$ref": "#/components/schemas/error"
12316 summary: Create a Stock Item
12321 description: Creates a Stock Item
12322 operationId: create-stock-item
12326 description: 'Select which associated resources you would like to fetch, see:
12327 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12328 example: stock_location,variant
12333 description: Record created
12335 application/vnd.api+json:
12344 created_at: '2022-11-08T19:35:28.366Z'
12345 updated_at: '2022-11-08T19:35:28.366Z'
12346 backorderable: false
12348 public_metadata: {}
12349 private_metadata: {}
12350 is_available: false
12355 type: stock_location
12361 "$ref": "#/components/schemas/resource"
12363 description: Invalid request
12365 application/vnd.api+json:
12369 error: Stock location can't be blank and Variant can't be blank
12376 "$ref": "#/components/schemas/validation_errors"
12381 "$ref": "#/components/schemas/create_stock_item_params"
12382 "/api/v2/platform/stock_items/{id}":
12384 summary: Return a Stock Item
12389 description: Returns a Stock Item
12390 operationId: show-stock-item
12399 description: 'Select which associated resources you would like to fetch, see:
12400 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12401 example: stock_location,variant
12406 description: Record found
12408 application/vnd.api+json:
12417 created_at: '2022-11-08T19:35:28.695Z'
12418 updated_at: '2022-11-08T19:35:28.707Z'
12419 backorderable: true
12421 public_metadata: {}
12422 private_metadata: {}
12428 type: stock_location
12434 "$ref": "#/components/schemas/resource"
12436 description: Record not found
12438 application/vnd.api+json:
12442 error: The resource you were looking for could not be found.
12444 "$ref": "#/components/schemas/error"
12446 description: Authentication Failed
12448 application/vnd.api+json:
12452 error: The access token is invalid
12454 "$ref": "#/components/schemas/error"
12456 summary: Update a Stock Item
12461 description: Updates a Stock Item
12462 operationId: update-stock-item
12471 description: 'Select which associated resources you would like to fetch, see:
12472 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12473 example: stock_location,variant
12478 description: Record updated
12480 application/vnd.api+json:
12489 created_at: '2022-11-08T19:35:29.347Z'
12490 updated_at: '2022-11-08T19:35:29.598Z'
12491 backorderable: true
12493 public_metadata: {}
12494 private_metadata: {}
12500 type: stock_location
12506 "$ref": "#/components/schemas/resource"
12508 description: Invalid request
12510 application/vnd.api+json:
12514 error: Variant can't be blank
12519 "$ref": "#/components/schemas/validation_errors"
12521 description: Record not found
12523 application/vnd.api+json:
12527 error: The resource you were looking for could not be found.
12529 "$ref": "#/components/schemas/error"
12531 description: Authentication Failed
12533 application/vnd.api+json:
12537 error: The access token is invalid
12539 "$ref": "#/components/schemas/error"
12544 "$ref": "#/components/schemas/update_stock_item_params"
12546 summary: Delete a Stock Item
12551 description: Deletes a Stock Item
12552 operationId: delete-stock-item
12561 description: Record deleted
12563 description: Record not found
12565 application/vnd.api+json:
12569 error: The resource you were looking for could not be found.
12571 "$ref": "#/components/schemas/error"
12573 description: Authentication Failed
12575 application/vnd.api+json:
12579 error: The access token is invalid
12581 "$ref": "#/components/schemas/error"
12582 "/api/v2/platform/stock_locations":
12584 summary: Return a list of Stock Locations
12589 description: Returns a list of Stock Locations
12590 operationId: stock-locations-list
12604 description: 'Select which associated resources you would like to fetch, see:
12605 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12611 description: Records returned
12613 application/vnd.api+json:
12619 type: stock_location
12621 name: Jonnie Pollich
12622 created_at: '2022-11-08T19:35:30.989Z'
12623 updated_at: '2022-11-08T19:35:30.989Z'
12625 address1: 1600 Pennsylvania Ave NW
12630 phone: "(202) 456-1111"
12632 backorderable_default: true
12633 propagate_all_variants: false
12641 type: stock_location
12644 created_at: '2022-11-08T19:35:30.991Z'
12645 updated_at: '2022-11-08T19:35:30.991Z'
12647 address1: 1600 Pennsylvania Ave NW
12652 phone: "(202) 456-1111"
12654 backorderable_default: true
12655 propagate_all_variants: false
12667 self: http://www.example.com/api/v2/platform/stock_locations?page=1&per_page=&include=
12668 next: http://www.example.com/api/v2/platform/stock_locations?include=&page=1&per_page=
12669 prev: http://www.example.com/api/v2/platform/stock_locations?include=&page=1&per_page=
12670 last: http://www.example.com/api/v2/platform/stock_locations?include=&page=1&per_page=
12671 first: http://www.example.com/api/v2/platform/stock_locations?include=&page=1&per_page=
12673 "$ref": "#/components/schemas/resources_list"
12675 description: Authentication Failed
12677 application/vnd.api+json:
12681 error: The access token is invalid
12683 "$ref": "#/components/schemas/error"
12685 summary: Create a Stock Location
12690 description: Creates a Stock Location
12691 operationId: create-stock-location
12695 description: 'Select which associated resources you would like to fetch, see:
12696 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12702 description: Record created
12704 application/vnd.api+json:
12710 type: stock_location
12713 created_at: '2022-11-08T19:35:31.517Z'
12714 updated_at: '2022-11-08T19:35:31.517Z'
12716 address1: 1600 Pennsylvania Ave NW
12721 phone: "(202) 456-1111"
12723 backorderable_default: true
12724 propagate_all_variants: false
12732 "$ref": "#/components/schemas/resource"
12734 description: Invalid request
12736 application/vnd.api+json:
12740 error: Name can't be blank
12745 "$ref": "#/components/schemas/validation_errors"
12750 "$ref": "#/components/schemas/create_stock_location_params"
12751 "/api/v2/platform/stock_locations/{id}":
12753 summary: Return a Stock Location
12758 description: Returns a Stock Location
12759 operationId: show-stock-location
12768 description: 'Select which associated resources you would like to fetch, see:
12769 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12775 description: Record found
12777 application/vnd.api+json:
12783 type: stock_location
12786 created_at: '2022-11-08T19:35:31.785Z'
12787 updated_at: '2022-11-08T19:35:31.785Z'
12789 address1: 1600 Pennsylvania Ave NW
12794 phone: "(202) 456-1111"
12796 backorderable_default: true
12797 propagate_all_variants: false
12805 "$ref": "#/components/schemas/resource"
12807 description: Record not found
12809 application/vnd.api+json:
12813 error: The resource you were looking for could not be found.
12815 "$ref": "#/components/schemas/error"
12817 description: Authentication Failed
12819 application/vnd.api+json:
12823 error: The access token is invalid
12825 "$ref": "#/components/schemas/error"
12827 summary: Update a Stock Location
12832 description: Updates a Stock Location
12833 operationId: update-stock-location
12842 description: 'Select which associated resources you would like to fetch, see:
12843 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
12849 description: Record updated
12851 application/vnd.api+json:
12857 type: stock_location
12860 created_at: '2022-11-08T19:35:32.309Z'
12861 updated_at: '2022-11-08T19:35:32.538Z'
12863 address1: South Street 8/2
12868 phone: "(202) 456-1111"
12870 backorderable_default: true
12871 propagate_all_variants: false
12879 "$ref": "#/components/schemas/resource"
12881 description: Invalid request
12883 application/vnd.api+json:
12887 error: Name can't be blank
12892 "$ref": "#/components/schemas/validation_errors"
12894 description: Record not found
12896 application/vnd.api+json:
12900 error: The resource you were looking for could not be found.
12902 "$ref": "#/components/schemas/error"
12904 description: Authentication Failed
12906 application/vnd.api+json:
12910 error: The access token is invalid
12912 "$ref": "#/components/schemas/error"
12917 "$ref": "#/components/schemas/update_stock_location_params"
12919 summary: Delete a Stock Location
12924 description: Deletes a Stock Location
12925 operationId: delete-stock-location
12934 description: Record deleted
12936 description: Record not found
12938 application/vnd.api+json:
12942 error: The resource you were looking for could not be found.
12944 "$ref": "#/components/schemas/error"
12946 description: Authentication Failed
12948 application/vnd.api+json:
12952 error: The access token is invalid
12954 "$ref": "#/components/schemas/error"
12955 "/api/v2/platform/store_credit_categories":
12957 summary: Return a list of Store Credit Categories
12959 - Store Credit Categories
12962 description: Returns a list of Store Credit Categories
12963 operationId: store-credit-categories-list
12975 - name: filter[name_eq]
12983 description: Records returned
12985 application/vnd.api+json:
12991 type: store_credit_category
12994 created_at: '2022-11-08T19:35:33.588Z'
12995 updated_at: '2022-11-08T19:35:33.588Z'
12997 type: store_credit_category
13000 created_at: '2022-11-08T19:35:33.589Z'
13001 updated_at: '2022-11-08T19:35:33.589Z'
13007 self: http://www.example.com/api/v2/platform/store_credit_categories?page=1&per_page=&filter[name_eq]=
13008 next: http://www.example.com/api/v2/platform/store_credit_categories?filter%5Bname_eq%5D=&page=1&per_page=
13009 prev: http://www.example.com/api/v2/platform/store_credit_categories?filter%5Bname_eq%5D=&page=1&per_page=
13010 last: http://www.example.com/api/v2/platform/store_credit_categories?filter%5Bname_eq%5D=&page=1&per_page=
13011 first: http://www.example.com/api/v2/platform/store_credit_categories?filter%5Bname_eq%5D=&page=1&per_page=
13013 "$ref": "#/components/schemas/resources_list"
13015 description: Authentication Failed
13017 application/vnd.api+json:
13021 error: The access token is invalid
13023 "$ref": "#/components/schemas/error"
13025 summary: Create a Store Credit Category
13027 - Store Credit Categories
13030 description: Creates a Store Credit Category
13031 operationId: create-store-credit-category
13035 description: Record created
13037 application/vnd.api+json:
13043 type: store_credit_category
13046 created_at: '2022-11-08T19:35:34.099Z'
13047 updated_at: '2022-11-08T19:35:34.099Z'
13049 "$ref": "#/components/schemas/resource"
13051 description: Invalid request
13053 application/vnd.api+json:
13057 error: Name can't be blank
13062 "$ref": "#/components/schemas/validation_errors"
13067 "$ref": "#/components/schemas/create_store_credit_category_params"
13068 "/api/v2/platform/store_credit_categories/{id}":
13070 summary: Return a Store Credit Category
13072 - Store Credit Categories
13075 description: Returns a Store Credit Category
13076 operationId: show-store-credit-category
13085 description: Record found
13087 application/vnd.api+json:
13093 type: store_credit_category
13096 created_at: '2022-11-08T19:35:34.365Z'
13097 updated_at: '2022-11-08T19:35:34.365Z'
13099 "$ref": "#/components/schemas/resource"
13101 description: Record not found
13103 application/vnd.api+json:
13107 error: The resource you were looking for could not be found.
13109 "$ref": "#/components/schemas/error"
13111 description: Authentication Failed
13113 application/vnd.api+json:
13117 error: The access token is invalid
13119 "$ref": "#/components/schemas/error"
13121 summary: Update a Store Credit Category
13123 - Store Credit Categories
13126 description: Updates a Store Credit Category
13127 operationId: update-store-credit-category
13136 description: Record updated
13138 application/vnd.api+json:
13144 type: store_credit_category
13147 created_at: '2022-11-08T19:35:34.884Z'
13148 updated_at: '2022-11-08T19:35:35.112Z'
13150 "$ref": "#/components/schemas/resource"
13152 description: Invalid request
13154 application/vnd.api+json:
13158 error: Name can't be blank
13163 "$ref": "#/components/schemas/validation_errors"
13165 description: Record not found
13167 application/vnd.api+json:
13171 error: The resource you were looking for could not be found.
13173 "$ref": "#/components/schemas/error"
13175 description: Authentication Failed
13177 application/vnd.api+json:
13181 error: The access token is invalid
13183 "$ref": "#/components/schemas/error"
13188 "$ref": "#/components/schemas/update_store_credit_category_params"
13190 summary: Delete a Store Credit Category
13192 - Store Credit Categories
13195 description: Deletes a Store Credit Category
13196 operationId: delete-store-credit-category
13205 description: Record deleted
13207 description: Record not found
13209 application/vnd.api+json:
13213 error: The resource you were looking for could not be found.
13215 "$ref": "#/components/schemas/error"
13217 description: Authentication Failed
13219 application/vnd.api+json:
13223 error: The access token is invalid
13225 "$ref": "#/components/schemas/error"
13226 "/api/v2/platform/store_credit_types":
13228 summary: Return a list of Store Credit Types
13230 - Store Credit Types
13233 description: Returns a list of Store Credit Types
13234 operationId: store-credit-types-list
13248 description: Records returned
13250 application/vnd.api+json:
13256 type: store_credit_type
13260 created_at: '2022-11-08T19:35:36.152Z'
13261 updated_at: '2022-11-08T19:35:36.152Z'
13263 type: store_credit_type
13267 created_at: '2022-11-08T19:35:36.153Z'
13268 updated_at: '2022-11-08T19:35:36.153Z'
13274 self: http://www.example.com/api/v2/platform/store_credit_types?page=1&per_page=
13275 next: http://www.example.com/api/v2/platform/store_credit_types?page=1&per_page=
13276 prev: http://www.example.com/api/v2/platform/store_credit_types?page=1&per_page=
13277 last: http://www.example.com/api/v2/platform/store_credit_types?page=1&per_page=
13278 first: http://www.example.com/api/v2/platform/store_credit_types?page=1&per_page=
13280 "$ref": "#/components/schemas/resources_list"
13282 description: Authentication Failed
13284 application/vnd.api+json:
13288 error: The access token is invalid
13290 "$ref": "#/components/schemas/error"
13292 summary: Create a Store Credit Type
13294 - Store Credit Types
13297 description: Creates a Store Credit Type
13298 operationId: create-store-credit-type
13302 description: Record created
13304 application/vnd.api+json:
13310 type: store_credit_type
13314 created_at: '2022-11-08T19:35:36.660Z'
13315 updated_at: '2022-11-08T19:35:36.660Z'
13317 "$ref": "#/components/schemas/resource"
13319 description: Invalid request
13321 application/vnd.api+json:
13325 error: Name can't be blank
13330 "$ref": "#/components/schemas/validation_errors"
13335 "$ref": "#/components/schemas/create_store_credit_type_params"
13336 "/api/v2/platform/store_credit_types/{id}":
13338 summary: Return a Store Credit Type
13340 - Store Credit Types
13343 description: Returns a Store Credit Type
13344 operationId: show-store-credit-type
13353 description: Record found
13355 application/vnd.api+json:
13361 type: store_credit_type
13365 created_at: '2022-11-08T19:35:36.930Z'
13366 updated_at: '2022-11-08T19:35:36.930Z'
13368 "$ref": "#/components/schemas/resource"
13370 description: Record not found
13372 application/vnd.api+json:
13376 error: The resource you were looking for could not be found.
13378 "$ref": "#/components/schemas/error"
13380 description: Authentication Failed
13382 application/vnd.api+json:
13386 error: The access token is invalid
13388 "$ref": "#/components/schemas/error"
13390 summary: Update a Store Credit Type
13392 - Store Credit Types
13395 description: Updates a Store Credit Type
13396 operationId: update-store-credit-type
13405 description: Record updated
13407 application/vnd.api+json:
13413 type: store_credit_type
13417 created_at: '2022-11-08T19:35:37.442Z'
13418 updated_at: '2022-11-08T19:35:37.670Z'
13420 "$ref": "#/components/schemas/resource"
13422 description: Invalid request
13424 application/vnd.api+json:
13428 error: Name can't be blank
13433 "$ref": "#/components/schemas/validation_errors"
13435 description: Record not found
13437 application/vnd.api+json:
13441 error: The resource you were looking for could not be found.
13443 "$ref": "#/components/schemas/error"
13445 description: Authentication Failed
13447 application/vnd.api+json:
13451 error: The access token is invalid
13453 "$ref": "#/components/schemas/error"
13458 "$ref": "#/components/schemas/update_store_credit_type_params"
13460 summary: Delete a Store Credit Type
13462 - Store Credit Types
13465 description: Deletes a Store Credit Type
13466 operationId: delete-store-credit-type
13475 description: Record deleted
13477 description: Record not found
13479 application/vnd.api+json:
13483 error: The resource you were looking for could not be found.
13485 "$ref": "#/components/schemas/error"
13487 description: Authentication Failed
13489 application/vnd.api+json:
13493 error: The access token is invalid
13495 "$ref": "#/components/schemas/error"
13496 "/api/v2/platform/store_credits":
13498 summary: Return a list of Store Credits
13503 description: Returns a list of Store Credits
13504 operationId: store-credits-list
13518 description: 'Select which associated resources you would like to fetch, see:
13519 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
13520 example: user,created_by,category,credit_type
13523 - name: filter[user_id_eq]
13529 - name: filter[created_by_id_eq]
13535 - name: filter[amount_gteq]
13541 - name: filter[currency_eq]
13549 description: Records returned
13551 application/vnd.api+json:
13564 amount_authorized: '0.0'
13566 created_at: '2022-11-08T19:35:38.714Z'
13567 updated_at: '2022-11-08T19:35:38.714Z'
13568 public_metadata: {}
13569 private_metadata: {}
13570 display_amount: "$150.00"
13571 display_amount_used: "$0.00"
13581 store_credit_category:
13584 type: store_credit_category
13588 type: store_credit_type
13589 store_credit_events:
13592 type: store_credit_event
13601 amount_authorized: '0.0'
13603 created_at: '2022-11-08T19:35:38.722Z'
13604 updated_at: '2022-11-08T19:35:38.722Z'
13605 public_metadata: {}
13606 private_metadata: {}
13607 display_amount: "$150.00"
13608 display_amount_used: "$0.00"
13618 store_credit_category:
13621 type: store_credit_category
13625 type: store_credit_type
13626 store_credit_events:
13629 type: store_credit_event
13635 self: http://www.example.com/api/v2/platform/store_credits?page=1&per_page=&include=&filter[user_id_eq]=&filter[created_by_id_eq]=&filter[amount_gteq]=&filter[currency_eq]=
13636 next: http://www.example.com/api/v2/platform/store_credits?filter%5Bamount_gteq%5D=&filter%5Bcreated_by_id_eq%5D=&filter%5Bcurrency_eq%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
13637 prev: http://www.example.com/api/v2/platform/store_credits?filter%5Bamount_gteq%5D=&filter%5Bcreated_by_id_eq%5D=&filter%5Bcurrency_eq%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
13638 last: http://www.example.com/api/v2/platform/store_credits?filter%5Bamount_gteq%5D=&filter%5Bcreated_by_id_eq%5D=&filter%5Bcurrency_eq%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
13639 first: http://www.example.com/api/v2/platform/store_credits?filter%5Bamount_gteq%5D=&filter%5Bcreated_by_id_eq%5D=&filter%5Bcurrency_eq%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
13641 "$ref": "#/components/schemas/resources_list"
13643 description: Authentication Failed
13645 application/vnd.api+json:
13649 error: The access token is invalid
13651 "$ref": "#/components/schemas/error"
13653 summary: Create a Store Credit
13658 description: Creates a Store Credit
13659 operationId: create-store-credit
13663 description: 'Select which associated resources you would like to fetch, see:
13664 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
13665 example: user,created_by,category,credit_type
13670 description: Record created
13672 application/vnd.api+json:
13685 amount_authorized: '0.0'
13687 created_at: '2022-11-08T19:35:39.272Z'
13688 updated_at: '2022-11-08T19:35:39.272Z'
13689 public_metadata: {}
13690 private_metadata: {}
13691 display_amount: "$150.00"
13692 display_amount_used: "$0.00"
13702 store_credit_category:
13705 type: store_credit_category
13709 type: store_credit_type
13710 store_credit_events:
13713 type: store_credit_event
13715 "$ref": "#/components/schemas/resource"
13717 description: Invalid request
13719 application/vnd.api+json:
13723 error: User can't be blank, Category can't be blank, Created by
13724 can't be blank, Currency can't be blank, Amount must be greater
13725 than 0, Amount used Cannot be greater than amount., and Amount
13726 authorized Exceeds total credits.
13737 - must be greater than 0
13739 - Cannot be greater than amount.
13741 - Exceeds total credits.
13743 "$ref": "#/components/schemas/validation_errors"
13748 "$ref": "#/components/schemas/create_store_credit_params"
13749 "/api/v2/platform/store_credits/{id}":
13751 summary: Return a Store Credit
13756 description: Returns a Store Credit
13757 operationId: show-store-credit
13766 description: 'Select which associated resources you would like to fetch, see:
13767 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
13768 example: user,created_by,category,credit_type
13773 description: Record found
13775 application/vnd.api+json:
13788 amount_authorized: '0.0'
13790 created_at: '2022-11-08T19:35:39.554Z'
13791 updated_at: '2022-11-08T19:35:39.554Z'
13792 public_metadata: {}
13793 private_metadata: {}
13794 display_amount: "$150.00"
13795 display_amount_used: "$0.00"
13805 store_credit_category:
13808 type: store_credit_category
13812 type: store_credit_type
13813 store_credit_events:
13816 type: store_credit_event
13818 "$ref": "#/components/schemas/resource"
13820 description: Record not found
13822 application/vnd.api+json:
13826 error: The resource you were looking for could not be found.
13828 "$ref": "#/components/schemas/error"
13830 description: Authentication Failed
13832 application/vnd.api+json:
13836 error: The access token is invalid
13838 "$ref": "#/components/schemas/error"
13840 summary: Update a Store Credit
13845 description: Updates a Store Credit
13846 operationId: update-store-credit
13855 description: 'Select which associated resources you would like to fetch, see:
13856 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
13857 example: user,created_by,category,credit_type
13862 description: Record updated
13864 application/vnd.api+json:
13874 memo: The user is awarded
13877 amount_authorized: '0.0'
13879 created_at: '2022-11-08T19:35:40.170Z'
13880 updated_at: '2022-11-08T19:35:40.405Z'
13882 loyalty_reward: true
13883 private_metadata: {}
13884 display_amount: "$500.00"
13885 display_amount_used: "$0.00"
13895 store_credit_category:
13898 type: store_credit_category
13902 type: store_credit_type
13903 store_credit_events:
13906 type: store_credit_event
13908 "$ref": "#/components/schemas/resource"
13910 description: Invalid request
13912 application/vnd.api+json:
13916 error: Amount must be greater than 0, Amount used Cannot be greater
13917 than amount., and Amount authorized Exceeds total credits.
13920 - must be greater than 0
13922 - Cannot be greater than amount.
13924 - Exceeds total credits.
13926 "$ref": "#/components/schemas/validation_errors"
13928 description: Record not found
13930 application/vnd.api+json:
13934 error: The resource you were looking for could not be found.
13936 "$ref": "#/components/schemas/error"
13938 description: Authentication Failed
13940 application/vnd.api+json:
13944 error: The access token is invalid
13946 "$ref": "#/components/schemas/error"
13951 "$ref": "#/components/schemas/update_store_credit_params"
13953 summary: Delete a Store Credit
13958 description: Deletes a Store Credit
13959 operationId: delete-store-credit
13968 description: Record deleted
13970 description: Record not found
13972 application/vnd.api+json:
13976 error: The resource you were looking for could not be found.
13978 "$ref": "#/components/schemas/error"
13980 description: Authentication Failed
13982 application/vnd.api+json:
13986 error: The access token is invalid
13988 "$ref": "#/components/schemas/error"
13989 "/api/v2/platform/tax_categories":
13991 summary: Return a list of Tax Categories
13996 description: Returns a list of Tax Categories
13997 operationId: tax-categories-list
14011 description: 'Select which associated resources you would like to fetch, see:
14012 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14016 - name: filter[name_eq]
14022 - name: filter[is_default_true]
14028 - name: filter[tax_code_eq]
14036 description: Records returned
14038 application/vnd.api+json:
14046 name: TaxCategory - 54232
14047 description: Velit qui dignissimos excepturi eum corrupti.
14050 created_at: '2022-11-08T19:35:41.496Z'
14051 updated_at: '2022-11-08T19:35:41.496Z'
14059 name: TaxCategory - 100586
14060 description: Placeat nihil quaerat nostrum cumque ipsa eius
14064 created_at: '2022-11-08T19:35:41.497Z'
14065 updated_at: '2022-11-08T19:35:41.497Z'
14075 self: http://www.example.com/api/v2/platform/tax_categories?page=1&per_page=&include=&filter[name_eq]=&filter[is_default_true]=&filter[tax_code_eq]=
14076 next: http://www.example.com/api/v2/platform/tax_categories?filter%5Bis_default_true%5D=&filter%5Bname_eq%5D=&filter%5Btax_code_eq%5D=&include=&page=1&per_page=
14077 prev: http://www.example.com/api/v2/platform/tax_categories?filter%5Bis_default_true%5D=&filter%5Bname_eq%5D=&filter%5Btax_code_eq%5D=&include=&page=1&per_page=
14078 last: http://www.example.com/api/v2/platform/tax_categories?filter%5Bis_default_true%5D=&filter%5Bname_eq%5D=&filter%5Btax_code_eq%5D=&include=&page=1&per_page=
14079 first: http://www.example.com/api/v2/platform/tax_categories?filter%5Bis_default_true%5D=&filter%5Bname_eq%5D=&filter%5Btax_code_eq%5D=&include=&page=1&per_page=
14081 "$ref": "#/components/schemas/resources_list"
14083 description: Authentication Failed
14085 application/vnd.api+json:
14089 error: The access token is invalid
14091 "$ref": "#/components/schemas/error"
14093 summary: Create a Tax Category
14098 description: Creates a Tax Category
14099 operationId: create-tax-category
14103 description: 'Select which associated resources you would like to fetch, see:
14104 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14110 description: Record created
14112 application/vnd.api+json:
14120 name: TaxCategory - 646810
14121 description: Facilis quis quos unde reiciendis.
14124 created_at: '2022-11-08T19:35:42.001Z'
14125 updated_at: '2022-11-08T19:35:42.001Z'
14131 "$ref": "#/components/schemas/resource"
14133 description: Invalid request
14135 application/vnd.api+json:
14139 error: Name can't be blank
14144 "$ref": "#/components/schemas/validation_errors"
14149 "$ref": "#/components/schemas/create_tax_category_params"
14150 "/api/v2/platform/tax_categories/{id}":
14152 summary: Return a Tax Category
14157 description: Returns a Tax Category
14158 operationId: show-tax-category
14167 description: 'Select which associated resources you would like to fetch, see:
14168 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14174 description: Record found
14176 application/vnd.api+json:
14184 name: TaxCategory - 71294
14185 description: Sunt ut autem corrupti explicabo quibusdam nam
14189 created_at: '2022-11-08T19:35:42.273Z'
14190 updated_at: '2022-11-08T19:35:42.273Z'
14196 "$ref": "#/components/schemas/resource"
14198 description: Record not found
14200 application/vnd.api+json:
14204 error: The resource you were looking for could not be found.
14206 "$ref": "#/components/schemas/error"
14208 description: Authentication Failed
14210 application/vnd.api+json:
14214 error: The access token is invalid
14216 "$ref": "#/components/schemas/error"
14218 summary: Update a Tax Category
14223 description: Updates a Tax Category
14224 operationId: update-tax-category
14233 description: 'Select which associated resources you would like to fetch, see:
14234 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14240 description: Record updated
14242 application/vnd.api+json:
14251 description: Men's, women's and children's clothing
14254 created_at: '2022-11-08T19:35:42.789Z'
14255 updated_at: '2022-11-08T19:35:43.019Z'
14261 "$ref": "#/components/schemas/resource"
14263 description: Invalid request
14265 application/vnd.api+json:
14269 error: Name can't be blank
14274 "$ref": "#/components/schemas/validation_errors"
14276 description: Record not found
14278 application/vnd.api+json:
14282 error: The resource you were looking for could not be found.
14284 "$ref": "#/components/schemas/error"
14286 description: Authentication Failed
14288 application/vnd.api+json:
14292 error: The access token is invalid
14294 "$ref": "#/components/schemas/error"
14299 "$ref": "#/components/schemas/update_tax_category_params"
14301 summary: Delete a Tax Category
14306 description: Deletes a Tax Category
14307 operationId: delete-tax-category
14316 description: Record deleted
14318 description: Record not found
14320 application/vnd.api+json:
14324 error: The resource you were looking for could not be found.
14326 "$ref": "#/components/schemas/error"
14328 description: Authentication Failed
14330 application/vnd.api+json:
14334 error: The access token is invalid
14336 "$ref": "#/components/schemas/error"
14337 "/api/v2/platform/tax_rates":
14339 summary: Return a list of Tax Rates
14344 description: Returns a list of Tax Rates
14345 operationId: tax-rates-list
14359 description: 'Select which associated resources you would like to fetch, see:
14360 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14361 example: zone,tax_category
14364 - name: filter[zone_id_eq]
14370 - name: filter[amount_gt]
14376 - name: filter[tax_category_id_eq]
14384 description: Records returned
14386 application/vnd.api+json:
14395 included_in_price: false
14396 created_at: '2022-11-08T19:35:44.070Z'
14397 updated_at: '2022-11-08T19:35:44.070Z'
14398 name: TaxRate - 903896
14399 show_rate_in_label: true
14401 public_metadata: {}
14402 private_metadata: {}
14416 included_in_price: false
14417 created_at: '2022-11-08T19:35:44.073Z'
14418 updated_at: '2022-11-08T19:35:44.073Z'
14419 name: TaxRate - 477775
14420 show_rate_in_label: true
14422 public_metadata: {}
14423 private_metadata: {}
14438 self: http://www.example.com/api/v2/platform/tax_rates?page=1&per_page=&include=&filter[zone_id_eq]=&filter[amount_gt]=&filter[tax_category_id_eq]=
14439 next: http://www.example.com/api/v2/platform/tax_rates?filter%5Bamount_gt%5D=&filter%5Btax_category_id_eq%5D=&filter%5Bzone_id_eq%5D=&include=&page=1&per_page=
14440 prev: http://www.example.com/api/v2/platform/tax_rates?filter%5Bamount_gt%5D=&filter%5Btax_category_id_eq%5D=&filter%5Bzone_id_eq%5D=&include=&page=1&per_page=
14441 last: http://www.example.com/api/v2/platform/tax_rates?filter%5Bamount_gt%5D=&filter%5Btax_category_id_eq%5D=&filter%5Bzone_id_eq%5D=&include=&page=1&per_page=
14442 first: http://www.example.com/api/v2/platform/tax_rates?filter%5Bamount_gt%5D=&filter%5Btax_category_id_eq%5D=&filter%5Bzone_id_eq%5D=&include=&page=1&per_page=
14444 "$ref": "#/components/schemas/resources_list"
14446 description: Authentication Failed
14448 application/vnd.api+json:
14452 error: The access token is invalid
14454 "$ref": "#/components/schemas/error"
14456 summary: Create a Tax Rate
14461 description: Creates a Tax Rate
14462 operationId: create-tax-rate
14466 description: 'Select which associated resources you would like to fetch, see:
14467 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14468 example: zone,tax_category
14473 description: Record created
14475 application/vnd.api+json:
14484 included_in_price: false
14485 created_at: '2022-11-08T19:35:44.601Z'
14486 updated_at: '2022-11-08T19:35:44.601Z'
14487 name: TaxRate - 772641
14488 show_rate_in_label: true
14490 public_metadata: {}
14491 private_metadata: {}
14500 "$ref": "#/components/schemas/resource"
14502 description: Invalid request
14504 application/vnd.api+json:
14508 error: Calculator can't be blank, Rate can't be blank, Tax category
14509 can't be blank, and Name can't be blank
14520 "$ref": "#/components/schemas/validation_errors"
14525 "$ref": "#/components/schemas/create_tax_rate_params"
14526 "/api/v2/platform/tax_rates/{id}":
14528 summary: Return a Tax Rate
14533 description: Returns a Tax Rate
14534 operationId: show-tax-rate
14543 description: 'Select which associated resources you would like to fetch, see:
14544 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14545 example: zone,tax_category
14550 description: Record found
14552 application/vnd.api+json:
14561 included_in_price: false
14562 created_at: '2022-11-08T19:35:44.874Z'
14563 updated_at: '2022-11-08T19:35:44.874Z'
14564 name: TaxRate - 83823
14565 show_rate_in_label: true
14567 public_metadata: {}
14568 private_metadata: {}
14579 "$ref": "#/components/schemas/resource"
14581 description: Record not found
14583 application/vnd.api+json:
14587 error: The resource you were looking for could not be found.
14589 "$ref": "#/components/schemas/error"
14591 description: Authentication Failed
14593 application/vnd.api+json:
14597 error: The access token is invalid
14599 "$ref": "#/components/schemas/error"
14601 summary: Update a Tax Rate
14606 description: Updates a Tax Rate
14607 operationId: update-tax-rate
14616 description: 'Select which associated resources you would like to fetch, see:
14617 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14618 example: zone,tax_category
14623 description: Record updated
14625 application/vnd.api+json:
14634 included_in_price: true
14635 created_at: '2022-11-08T19:35:45.406Z'
14636 updated_at: '2022-11-08T19:35:45.637Z'
14637 name: TaxRate - 33807
14638 show_rate_in_label: true
14640 public_metadata: {}
14641 private_metadata: {}
14652 "$ref": "#/components/schemas/resource"
14654 description: Invalid request
14656 application/vnd.api+json:
14660 error: Rate can't be blank
14665 "$ref": "#/components/schemas/validation_errors"
14667 description: Record not found
14669 application/vnd.api+json:
14673 error: The resource you were looking for could not be found.
14675 "$ref": "#/components/schemas/error"
14677 description: Authentication Failed
14679 application/vnd.api+json:
14683 error: The access token is invalid
14685 "$ref": "#/components/schemas/error"
14690 "$ref": "#/components/schemas/update_tax_rate_params"
14692 summary: Delete a Tax Rate
14697 description: Deletes a Tax Rate
14698 operationId: delete-tax-rate
14707 description: Record deleted
14709 description: Record not found
14711 application/vnd.api+json:
14715 error: The resource you were looking for could not be found.
14717 "$ref": "#/components/schemas/error"
14719 description: Authentication Failed
14721 application/vnd.api+json:
14725 error: The access token is invalid
14727 "$ref": "#/components/schemas/error"
14728 "/api/v2/platform/taxonomies":
14730 summary: Return a list of Taxonomies
14735 description: Returns a list of Taxonomies
14736 operationId: taxonomies-list
14750 description: 'Select which associated resources you would like to fetch, see:
14751 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14752 example: taxons,root
14755 - name: filter[name_eq]
14758 example: Categories
14763 description: Records returned
14765 application/vnd.api+json:
14774 created_at: '2022-11-08T19:35:46.789Z'
14775 updated_at: '2022-11-08T19:35:46.801Z'
14777 public_metadata: {}
14778 private_metadata: {}
14792 created_at: '2022-11-08T19:35:46.804Z'
14793 updated_at: '2022-11-08T19:35:46.814Z'
14795 public_metadata: {}
14796 private_metadata: {}
14811 self: http://www.example.com/api/v2/platform/taxonomies?page=1&per_page=&include=&filter[name_eq]=
14812 next: http://www.example.com/api/v2/platform/taxonomies?filter%5Bname_eq%5D=&include=&page=1&per_page=
14813 prev: http://www.example.com/api/v2/platform/taxonomies?filter%5Bname_eq%5D=&include=&page=1&per_page=
14814 last: http://www.example.com/api/v2/platform/taxonomies?filter%5Bname_eq%5D=&include=&page=1&per_page=
14815 first: http://www.example.com/api/v2/platform/taxonomies?filter%5Bname_eq%5D=&include=&page=1&per_page=
14817 "$ref": "#/components/schemas/resources_list"
14819 description: Authentication Failed
14821 application/vnd.api+json:
14825 error: The access token is invalid
14827 "$ref": "#/components/schemas/error"
14829 summary: Create a Taxonomy
14834 description: Creates a Taxonomy
14835 operationId: create-taxonomy
14839 description: 'Select which associated resources you would like to fetch, see:
14840 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14841 example: taxons,root
14846 description: Record created
14848 application/vnd.api+json:
14857 created_at: '2022-11-08T19:35:47.351Z'
14858 updated_at: '2022-11-08T19:35:47.361Z'
14860 public_metadata: {}
14861 private_metadata: {}
14872 "$ref": "#/components/schemas/resource"
14874 description: Invalid request
14876 application/vnd.api+json:
14880 error: Name can't be blank
14885 "$ref": "#/components/schemas/validation_errors"
14890 "$ref": "#/components/schemas/create_taxonomy_params"
14891 "/api/v2/platform/taxonomies/{id}":
14893 summary: Return a Taxonomy
14898 description: Returns a Taxonomy
14899 operationId: show-taxonomy
14908 description: 'Select which associated resources you would like to fetch, see:
14909 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14910 example: taxons,root
14915 description: Record found
14917 application/vnd.api+json:
14926 created_at: '2022-11-08T19:35:47.637Z'
14927 updated_at: '2022-11-08T19:35:47.648Z'
14929 public_metadata: {}
14930 private_metadata: {}
14941 "$ref": "#/components/schemas/resource"
14943 description: Record not found
14945 application/vnd.api+json:
14949 error: The resource you were looking for could not be found.
14951 "$ref": "#/components/schemas/error"
14953 description: Authentication Failed
14955 application/vnd.api+json:
14959 error: The access token is invalid
14961 "$ref": "#/components/schemas/error"
14963 summary: Update a Taxonomy
14968 description: Updates a Taxonomy
14969 operationId: update-taxonomy
14978 description: 'Select which associated resources you would like to fetch, see:
14979 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
14980 example: taxons,root
14985 description: Record updated
14987 application/vnd.api+json:
14996 created_at: '2022-11-08T19:35:48.183Z'
14997 updated_at: '2022-11-08T19:35:48.430Z'
15001 private_metadata: {}
15012 "$ref": "#/components/schemas/resource"
15014 description: Invalid request
15016 application/vnd.api+json:
15020 error: Name can't be blank
15025 "$ref": "#/components/schemas/validation_errors"
15027 description: Record not found
15029 application/vnd.api+json:
15033 error: The resource you were looking for could not be found.
15035 "$ref": "#/components/schemas/error"
15037 description: Authentication Failed
15039 application/vnd.api+json:
15043 error: The access token is invalid
15045 "$ref": "#/components/schemas/error"
15050 "$ref": "#/components/schemas/update_taxonomy_params"
15052 summary: Delete a Taxonomy
15057 description: Deletes a Taxonomy
15058 operationId: delete-taxonomy
15067 description: Record deleted
15069 description: Record not found
15071 application/vnd.api+json:
15075 error: The resource you were looking for could not be found.
15077 "$ref": "#/components/schemas/error"
15079 description: Authentication Failed
15081 application/vnd.api+json:
15085 error: The access token is invalid
15087 "$ref": "#/components/schemas/error"
15088 "/api/v2/platform/taxons":
15090 summary: Return a list of Taxons
15095 description: Returns a list of Taxons
15096 operationId: taxons-list
15110 description: 'Select which associated resources you would like to fetch, see:
15111 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15112 example: taxonomy,parent,children
15115 - name: filter[taxonomy_id_eq]
15121 - name: filter[name_cont]
15129 description: Records returned
15131 application/vnd.api+json:
15141 permalink: taxonomy-25/shorts
15145 created_at: '2022-11-08T19:35:49.576Z'
15146 updated_at: '2022-11-08T19:35:49.581Z'
15151 public_metadata: {}
15152 private_metadata: {}
15153 pretty_name: taxonomy_25 -> Shorts
15178 permalink: taxonomy-25/taxon-13
15182 created_at: '2022-11-08T19:35:49.603Z'
15183 updated_at: '2022-11-08T19:35:49.606Z'
15188 public_metadata: {}
15189 private_metadata: {}
15190 pretty_name: taxonomy_25 -> taxon_13
15191 seo_title: taxon_13
15215 permalink: taxonomy-25/taxon-14
15219 created_at: '2022-11-08T19:35:49.625Z'
15220 updated_at: '2022-11-08T19:35:49.628Z'
15225 public_metadata: {}
15226 private_metadata: {}
15227 pretty_name: taxonomy_25 -> taxon_14
15228 seo_title: taxon_14
15252 permalink: taxonomy-25
15256 created_at: '2022-11-08T19:35:49.552Z'
15257 updated_at: '2022-11-08T19:35:49.636Z'
15262 public_metadata: {}
15263 private_metadata: {}
15264 pretty_name: taxonomy_25
15265 seo_title: taxonomy_25
15291 self: http://www.example.com/api/v2/platform/taxons?page=1&per_page=&include=&filter[taxonomy_id_eq]=&filter[name_cont]=
15292 next: http://www.example.com/api/v2/platform/taxons?filter%5Bname_cont%5D=&filter%5Btaxonomy_id_eq%5D=&include=&page=1&per_page=
15293 prev: http://www.example.com/api/v2/platform/taxons?filter%5Bname_cont%5D=&filter%5Btaxonomy_id_eq%5D=&include=&page=1&per_page=
15294 last: http://www.example.com/api/v2/platform/taxons?filter%5Bname_cont%5D=&filter%5Btaxonomy_id_eq%5D=&include=&page=1&per_page=
15295 first: http://www.example.com/api/v2/platform/taxons?filter%5Bname_cont%5D=&filter%5Btaxonomy_id_eq%5D=&include=&page=1&per_page=
15297 "$ref": "#/components/schemas/resources_list"
15299 description: Authentication Failed
15301 application/vnd.api+json:
15305 error: The access token is invalid
15307 "$ref": "#/components/schemas/error"
15309 summary: Create a Taxon
15314 description: Creates a Taxon
15315 operationId: create-taxon
15319 description: 'Select which associated resources you would like to fetch, see:
15320 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15321 example: taxonomy,parent,children
15326 description: Record created
15328 application/vnd.api+json:
15338 permalink: taxonomy-27/taxon-17
15342 created_at: '2022-11-08T19:35:50.279Z'
15343 updated_at: '2022-11-08T19:35:50.283Z'
15348 public_metadata: {}
15349 private_metadata: {}
15350 pretty_name: taxonomy_27 -> taxon_17
15351 seo_title: taxon_17
15369 "$ref": "#/components/schemas/resource"
15371 description: Invalid request
15373 application/vnd.api+json:
15377 error: Name can't be blank and Taxonomy can't be blank
15384 "$ref": "#/components/schemas/validation_errors"
15389 "$ref": "#/components/schemas/create_taxon_params"
15390 "/api/v2/platform/taxons/{id}":
15392 summary: Return a Taxon
15397 description: Returns a Taxon
15398 operationId: show-taxon
15407 description: 'Select which associated resources you would like to fetch, see:
15408 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15409 example: taxonomy,parent,children
15414 description: Record found
15416 application/vnd.api+json:
15426 permalink: taxonomy-29/taxon-18
15430 created_at: '2022-11-08T19:35:50.654Z'
15431 updated_at: '2022-11-08T19:35:50.657Z'
15436 public_metadata: {}
15437 private_metadata: {}
15438 pretty_name: taxonomy_29 -> taxon_18
15439 seo_title: taxon_18
15461 "$ref": "#/components/schemas/resource"
15463 description: Record not found
15465 application/vnd.api+json:
15469 error: The resource you were looking for could not be found.
15471 "$ref": "#/components/schemas/error"
15473 description: Authentication Failed
15475 application/vnd.api+json:
15479 error: The access token is invalid
15481 "$ref": "#/components/schemas/error"
15483 summary: Update a Taxon
15488 description: Updates a Taxon
15489 operationId: update-taxon
15498 description: 'Select which associated resources you would like to fetch, see:
15499 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15500 example: taxonomy,parent,children
15505 description: Record updated
15507 application/vnd.api+json:
15517 permalink: taxonomy-32/taxon-20
15521 created_at: '2022-11-08T19:35:51.420Z'
15522 updated_at: '2022-11-08T19:35:51.665Z'
15529 private_metadata: {}
15530 pretty_name: taxonomy_32 -> T-Shirts
15531 seo_title: T-Shirts
15551 "$ref": "#/components/schemas/resource"
15553 description: Invalid request
15555 application/vnd.api+json:
15559 error: Name can't be blank
15564 "$ref": "#/components/schemas/validation_errors"
15566 description: Record not found
15568 application/vnd.api+json:
15572 error: The resource you were looking for could not be found.
15574 "$ref": "#/components/schemas/error"
15576 description: Authentication Failed
15578 application/vnd.api+json:
15582 error: The access token is invalid
15584 "$ref": "#/components/schemas/error"
15589 "$ref": "#/components/schemas/update_taxon_params"
15591 summary: Delete a Taxon
15596 description: Deletes a Taxon
15597 operationId: delete-taxon
15606 description: Record deleted
15608 description: Record not found
15610 application/vnd.api+json:
15614 error: The resource you were looking for could not be found.
15616 "$ref": "#/components/schemas/error"
15618 description: Authentication Failed
15620 application/vnd.api+json:
15624 error: The access token is invalid
15626 "$ref": "#/components/schemas/error"
15627 "/api/v2/platform/taxons/{id}/reposition":
15629 summary: Reposition a Taxon
15634 operationId: reposition-taxon
15635 description: Reposition a Taxon
15644 description: Record updated
15646 application/vnd.api+json:
15656 permalink: taxonomy-39/shorts/taxon-25
15660 created_at: '2022-11-08T19:35:53.074Z'
15661 updated_at: '2022-11-08T19:35:53.324Z'
15666 public_metadata: {}
15667 private_metadata: {}
15668 pretty_name: taxonomy_39 -> Shorts -> taxon_25
15669 seo_title: taxon_25
15689 "$ref": "#/components/schemas/resource"
15691 description: Record not found
15693 application/vnd.api+json:
15697 error: The resource you were looking for could not be found.
15699 "$ref": "#/components/schemas/error"
15701 description: Authentication Failed
15703 application/vnd.api+json:
15707 error: The access token is invalid
15709 "$ref": "#/components/schemas/error"
15714 "$ref": "#/components/schemas/taxon_reposition"
15715 "/api/v2/platform/users":
15717 summary: Return a list of Users
15722 description: Returns a list of Users
15723 operationId: users-list
15737 description: 'Select which associated resources you would like to fetch, see:
15738 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15739 example: ship_address,bill_address
15742 - name: filter[user_id_eq]
15748 - name: filter[email_cont]
15751 example: spree@example.com
15756 description: Records returned
15758 application/vnd.api+json:
15766 email: ivonne.braun@smith.biz
15767 first_name: Liberty
15769 selected_locale: nil
15770 created_at: '2022-11-08T19:35:53.726Z'
15771 updated_at: '2022-11-08T19:35:53.726Z'
15772 public_metadata: {}
15773 private_metadata: {}
15774 average_order_value: []
15785 email: lenita.mayer@kulas.us
15786 first_name: Chasidy
15788 selected_locale: 'fr'
15789 created_at: '2022-11-08T19:35:53.730Z'
15790 updated_at: '2022-11-08T19:35:53.730Z'
15791 public_metadata: {}
15792 private_metadata: {}
15793 average_order_value: []
15804 email: dewayne@terrybarton.info
15807 selected_locale: 'de'
15808 created_at: '2022-11-08T19:35:53.732Z'
15809 updated_at: '2022-11-08T19:35:53.732Z'
15810 public_metadata: {}
15811 private_metadata: {}
15812 average_order_value: []
15825 self: http://www.example.com/api/v2/platform/users?page=1&per_page=&include=&filter[user_id_eq]=&filter[email_cont]=
15826 next: http://www.example.com/api/v2/platform/users?filter%5Bemail_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
15827 prev: http://www.example.com/api/v2/platform/users?filter%5Bemail_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
15828 last: http://www.example.com/api/v2/platform/users?filter%5Bemail_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
15829 first: http://www.example.com/api/v2/platform/users?filter%5Bemail_cont%5D=&filter%5Buser_id_eq%5D=&include=&page=1&per_page=
15831 "$ref": "#/components/schemas/resources_list"
15833 description: Authentication Failed
15835 application/vnd.api+json:
15839 error: The access token is invalid
15841 "$ref": "#/components/schemas/error"
15843 summary: Create a User
15848 description: Creates a User
15849 operationId: create-user
15853 description: 'Select which associated resources you would like to fetch, see:
15854 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15855 example: ship_address,bill_address
15860 description: Record created
15862 application/vnd.api+json:
15870 email: rex_champlin@breitenberg.com
15873 selected_locale: 'pl'
15874 created_at: '2022-11-08T19:35:54.351Z'
15875 updated_at: '2022-11-08T19:35:54.351Z'
15876 public_metadata: {}
15877 private_metadata: {}
15878 average_order_value: []
15887 "$ref": "#/components/schemas/resource"
15889 description: Invalid request
15891 application/vnd.api+json:
15895 error: Bill address belongs to other user
15898 - belongs to other user
15900 "$ref": "#/components/schemas/validation_errors"
15905 "$ref": "#/components/schemas/create_user_params"
15906 "/api/v2/platform/users/{id}":
15908 summary: Return a User
15913 description: Returns a User
15914 operationId: show-user
15923 description: 'Select which associated resources you would like to fetch, see:
15924 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15925 example: ship_address,bill_address
15930 description: Record found
15932 application/vnd.api+json:
15940 email: gaynell@parisian.biz
15943 selected_locale: 'en'
15944 created_at: '2022-11-08T19:35:54.635Z'
15945 updated_at: '2022-11-08T19:35:54.635Z'
15946 public_metadata: {}
15947 private_metadata: {}
15948 average_order_value: []
15957 "$ref": "#/components/schemas/resource"
15959 description: Record not found
15961 application/vnd.api+json:
15965 error: The resource you were looking for could not be found.
15967 "$ref": "#/components/schemas/error"
15969 description: Authentication Failed
15971 application/vnd.api+json:
15975 error: The access token is invalid
15977 "$ref": "#/components/schemas/error"
15979 summary: Update a User
15984 description: Updates a User
15985 operationId: update-user
15994 description: 'Select which associated resources you would like to fetch, see:
15995 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
15996 example: ship_address,bill_address
16001 description: Record updated
16003 application/vnd.api+json:
16011 email: john@example.com
16014 selected_locale: 'fr'
16015 created_at: '2022-11-08T19:35:55.180Z'
16016 updated_at: '2022-11-08T19:35:55.414Z'
16017 public_metadata: {}
16018 private_metadata: {}
16019 average_order_value: []
16028 "$ref": "#/components/schemas/resource"
16030 description: Invalid request
16032 application/vnd.api+json:
16036 error: Bill address belongs to other user
16039 - belongs to other user
16041 "$ref": "#/components/schemas/validation_errors"
16043 description: Record not found
16045 application/vnd.api+json:
16049 error: The resource you were looking for could not be found.
16051 "$ref": "#/components/schemas/error"
16053 description: Authentication Failed
16055 application/vnd.api+json:
16059 error: The access token is invalid
16061 "$ref": "#/components/schemas/error"
16066 "$ref": "#/components/schemas/update_user_params"
16068 summary: Delete a User
16073 description: Deletes a User
16074 operationId: delete-user
16083 description: Record deleted
16085 description: Record not found
16087 application/vnd.api+json:
16091 error: The resource you were looking for could not be found.
16093 "$ref": "#/components/schemas/error"
16095 description: Authentication Failed
16097 application/vnd.api+json:
16101 error: The access token is invalid
16103 "$ref": "#/components/schemas/error"
16104 "/api/v2/platform/variants":
16106 summary: Return a list of Variants
16111 description: Returns a list of Variants
16112 operationId: variants-list
16126 description: 'Select which associated resources you would like to fetch, see:
16127 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16128 example: product,tax_category,images,digitals
16131 - name: filter[product_id_eq]
16137 - name: filter[sku_i_cont]
16145 description: Records returned
16147 application/vnd.api+json:
16164 track_inventory: true
16165 updated_at: '2022-11-08T19:35:56.573Z'
16167 created_at: '2022-11-08T19:35:56.573Z'
16168 public_metadata: {}
16169 private_metadata: {}
16171 display_price: "$19.99"
16172 display_compare_at_price:
16173 name: Product 213286
16178 backorderable: true
16203 type: stock_location
16216 track_inventory: true
16217 updated_at: '2022-11-08T19:35:56.608Z'
16219 created_at: '2022-11-08T19:35:56.605Z'
16220 public_metadata: {}
16221 private_metadata: {}
16223 display_price: "$19.99"
16224 display_compare_at_price:
16225 name: Product 213286
16226 options_text: 'Size: S'
16230 backorderable: true
16257 type: stock_location
16270 track_inventory: true
16271 updated_at: '2022-11-08T19:35:56.633Z'
16273 created_at: '2022-11-08T19:35:56.629Z'
16274 public_metadata: {}
16275 private_metadata: {}
16277 display_price: "$19.99"
16278 display_compare_at_price:
16279 name: Product 213286
16280 options_text: 'Size: S'
16284 backorderable: true
16311 type: stock_location
16317 self: http://www.example.com/api/v2/platform/variants?page=1&per_page=&include=&filter[product_id_eq]=&filter[sku_i_cont]=
16318 next: http://www.example.com/api/v2/platform/variants?filter%5Bproduct_id_eq%5D=&filter%5Bsku_i_cont%5D=&include=&page=1&per_page=
16319 prev: http://www.example.com/api/v2/platform/variants?filter%5Bproduct_id_eq%5D=&filter%5Bsku_i_cont%5D=&include=&page=1&per_page=
16320 last: http://www.example.com/api/v2/platform/variants?filter%5Bproduct_id_eq%5D=&filter%5Bsku_i_cont%5D=&include=&page=1&per_page=
16321 first: http://www.example.com/api/v2/platform/variants?filter%5Bproduct_id_eq%5D=&filter%5Bsku_i_cont%5D=&include=&page=1&per_page=
16323 "$ref": "#/components/schemas/resources_list"
16325 description: Authentication Failed
16327 application/vnd.api+json:
16331 error: The access token is invalid
16333 "$ref": "#/components/schemas/error"
16334 "/api/v2/platform/variants/{id}":
16336 summary: Return a Variant
16341 description: Returns a Variant
16342 operationId: show-variant
16351 description: 'Select which associated resources you would like to fetch, see:
16352 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16353 example: product,tax_category,images,digitals
16358 description: Record found
16360 application/vnd.api+json:
16377 track_inventory: true
16378 updated_at: '2022-11-08T19:35:57.221Z'
16380 created_at: '2022-11-08T19:35:57.218Z'
16381 public_metadata: {}
16382 private_metadata: {}
16384 display_price: "$19.99"
16385 display_compare_at_price:
16386 name: Product 2153349
16387 options_text: 'Size: S'
16391 backorderable: true
16418 type: stock_location
16420 "$ref": "#/components/schemas/resource"
16422 description: Record not found
16424 application/vnd.api+json:
16428 error: The resource you were looking for could not be found.
16430 "$ref": "#/components/schemas/error"
16432 description: Authentication Failed
16434 application/vnd.api+json:
16438 error: The access token is invalid
16440 "$ref": "#/components/schemas/error"
16442 summary: Delete a Variant
16447 description: Deletes a Variant
16448 operationId: delete-variant
16457 description: Record deleted
16459 description: Record not found
16461 application/vnd.api+json:
16465 error: The resource you were looking for could not be found.
16467 "$ref": "#/components/schemas/error"
16469 description: Authentication Failed
16471 application/vnd.api+json:
16475 error: The access token is invalid
16477 "$ref": "#/components/schemas/error"
16478 "/api/v2/platform/vendors":
16480 summary: Return a list of Vendors
16485 description: Returns a list of Vendors. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16486 operationId: vendors-list
16500 description: 'Select which associated resources you would like to fetch, see:
16501 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16507 description: Records returned
16509 description: Authentication Failed
16511 summary: Create a Vendor
16516 description: Creates a Vendor. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16517 operationId: create-vendor
16521 description: 'Select which associated resources you would like to fetch, see:
16522 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16528 description: Record created
16530 description: Invalid request
16535 "$ref": "#/components/schemas/create_vendor_params"
16536 "/api/v2/platform/vendors/{id}":
16538 summary: Return a Vendor
16543 description: Returns a Vendor. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16544 operationId: show-vendor
16553 description: 'Select which associated resources you would like to fetch, see:
16554 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16560 description: Record found
16562 description: Record not found
16564 description: Authentication Failed
16566 summary: Update a Vendor
16571 description: Updates a Vendor. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16572 operationId: update-vendor
16581 description: 'Select which associated resources you would like to fetch, see:
16582 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16588 description: Record updated
16590 description: Invalid request
16592 description: Record not found
16594 description: Authentication Failed
16599 "$ref": "#/components/schemas/update_vendor_params"
16601 summary: Delete a Vendor
16606 description: Deletes a Vendor. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16607 operationId: delete-vendor
16616 description: Record deleted
16618 description: Record not found
16620 description: Authentication Failed
16621 "/api/v2/platform/vendors/{id}/invite":
16623 summary: Invites Vendor to the platform
16628 description: Also triggers an invitation email send out to the vendor's contact person. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16629 operationId: invite-vendor
16638 description: 'Select which associated resources you would like to fetch, see:
16639 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16645 description: Record updated
16647 description: Record not found
16649 description: Authentication Failed
16650 "/api/v2/platform/vendors/{id}/start_onboarding":
16652 summary: Start onboarding process
16657 description: Marks Vendor as onboarding in progress. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16658 operationId: start-onboarding-vendor
16667 description: 'Select which associated resources you would like to fetch, see:
16668 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16674 description: Record updated
16676 description: Record not found
16678 description: Authentication Failed
16679 "/api/v2/platform/vendors/{id}/complete_onboarding":
16681 summary: Completes onboarding process
16686 description: Marks Vendor as onboarding complete. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16687 operationId: complete-onboarding-vendor
16696 description: 'Select which associated resources you would like to fetch, see:
16697 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16703 description: Record updated
16705 description: Record not found
16707 description: Authentication Failed
16708 "/api/v2/platform/vendors/{id}/approve":
16710 summary: Approves Vendor
16715 description: Marks Vendor as approved, and triggers an approval email send out
16716 to the vendor's contact person. Also activated Vendor products will become
16717 available for purchase. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16718 operationId: approve-vendor
16727 description: 'Select which associated resources you would like to fetch, see:
16728 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16734 description: Record updated
16736 description: Record not found
16738 description: Authentication Failed
16739 "/api/v2/platform/vendors/{id}/reject":
16741 summary: Rejects Vendor
16746 description: Marks Vendor as rejected, and triggers an approval email send out
16747 to the vendor's contact person. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16748 operationId: reject-vendor
16757 description: 'Select which associated resources you would like to fetch, see:
16758 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16764 description: Record updated
16766 description: Record not found
16768 description: Authentication Failed
16769 "/api/v2/platform/vendors/{id}/suspend":
16771 summary: Suspends Vendor
16776 description: Marks Vendor as suspended, and triggers an approval email send
16777 out to the vendor's contact person. Also the vendor's products will become
16778 unavailable for purchase and will be hidden from the storefront. Only available in [Enterprise Edition](https://spreecommerce.org/pricing)
16779 operationId: suspend-vendor
16788 description: 'Select which associated resources you would like to fetch, see:
16789 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16795 description: Record updated
16797 description: Record not found
16799 description: Authentication Failed
16800 "/api/v2/platform/webhooks/events":
16802 summary: Return a list of Webhook Events
16807 description: Returns a list of Webhook Events
16808 operationId: webhook-events-list
16822 description: 'Select which associated resources you would like to fetch, see:
16823 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
16824 example: subscriber
16827 - name: filter[name_eq]
16830 example: order.canceled
16833 - name: filter[request_errors_cont]
16839 - name: filter[response_code_eq]
16845 - name: filter[success_eq]
16851 - name: filter[url_cont]
16859 description: Records returned
16861 application/vnd.api+json:
16869 execution_time: 14933
16870 name: order.canceled
16872 response_code: '200'
16874 url: https://www.url1.com/
16875 created_at: '2022-11-08T19:35:58.544Z'
16876 updated_at: '2022-11-08T19:35:58.544Z'
16885 execution_time: 64917
16886 name: order.canceled
16888 response_code: '200'
16890 url: https://www.url2.com/
16891 created_at: '2022-11-08T19:35:58.547Z'
16892 updated_at: '2022-11-08T19:35:58.547Z'
16903 self: http://www.example.com/api/v2/platform/webhooks/events?page=1&per_page=&include=&filter[name_eq]=&filter[request_errors_cont]=&filter[response_code_eq]=&filter[success_eq]=&filter[url_cont]=
16904 next: http://www.example.com/api/v2/platform/webhooks/events?filter%5Bname_eq%5D=&filter%5Brequest_errors_cont%5D=&filter%5Bresponse_code_eq%5D=&filter%5Bsuccess_eq%5D=&filter%5Burl_cont%5D=&include=&page=1&per_page=
16905 prev: http://www.example.com/api/v2/platform/webhooks/events?filter%5Bname_eq%5D=&filter%5Brequest_errors_cont%5D=&filter%5Bresponse_code_eq%5D=&filter%5Bsuccess_eq%5D=&filter%5Burl_cont%5D=&include=&page=1&per_page=
16906 last: http://www.example.com/api/v2/platform/webhooks/events?filter%5Bname_eq%5D=&filter%5Brequest_errors_cont%5D=&filter%5Bresponse_code_eq%5D=&filter%5Bsuccess_eq%5D=&filter%5Burl_cont%5D=&include=&page=1&per_page=
16907 first: http://www.example.com/api/v2/platform/webhooks/events?filter%5Bname_eq%5D=&filter%5Brequest_errors_cont%5D=&filter%5Bresponse_code_eq%5D=&filter%5Bsuccess_eq%5D=&filter%5Burl_cont%5D=&include=&page=1&per_page=
16909 "$ref": "#/components/schemas/resources_list"
16911 description: Authentication Failed
16913 application/vnd.api+json:
16917 error: The access token is invalid
16919 "$ref": "#/components/schemas/error"
16920 "/api/v2/platform/webhooks/subscribers":
16922 summary: Return a list of Webhook Subscribers
16924 - Webhook Subscribers
16927 description: Returns a list of Webhook Subscribers
16928 operationId: webhook-subscribers-list
16940 - name: filter[active_eq]
16946 - name: filter[url_cont]
16954 description: Records returned
16956 application/vnd.api+json:
16964 url: https://www.url5.com/
16968 created_at: '2022-11-08T19:35:58.830Z'
16969 updated_at: '2022-11-08T19:35:58.830Z'
16973 url: https://www.url6.com/
16977 created_at: '2022-11-08T19:35:58.831Z'
16978 updated_at: '2022-11-08T19:35:58.831Z'
16984 self: http://www.example.com/api/v2/platform/webhooks/subscribers?page=1&per_page=&filter[active_eq]=&filter[url_cont]=
16985 next: http://www.example.com/api/v2/platform/webhooks/subscribers?filter%5Bactive_eq%5D=&filter%5Burl_cont%5D=&page=1&per_page=
16986 prev: http://www.example.com/api/v2/platform/webhooks/subscribers?filter%5Bactive_eq%5D=&filter%5Burl_cont%5D=&page=1&per_page=
16987 last: http://www.example.com/api/v2/platform/webhooks/subscribers?filter%5Bactive_eq%5D=&filter%5Burl_cont%5D=&page=1&per_page=
16988 first: http://www.example.com/api/v2/platform/webhooks/subscribers?filter%5Bactive_eq%5D=&filter%5Burl_cont%5D=&page=1&per_page=
16990 "$ref": "#/components/schemas/resources_list"
16992 description: Authentication Failed
16994 application/vnd.api+json:
16998 error: The access token is invalid
17000 "$ref": "#/components/schemas/error"
17002 summary: Create a Webhook Subscriber
17004 - Webhook Subscribers
17007 description: Creates a Webhook Subscriber
17008 operationId: create-webhook-subscriber
17012 description: Record created
17014 application/vnd.api+json:
17022 url: https://www.url9.com/
17026 created_at: '2022-11-08T19:35:59.334Z'
17027 updated_at: '2022-11-08T19:35:59.334Z'
17029 "$ref": "#/components/schemas/resource"
17031 description: Invalid request
17033 application/vnd.api+json:
17037 error: Url must be a valid URL, Url can't be blank, and Url the
17038 URL must have a path
17041 - must be a valid URL
17043 - the URL must have a path
17045 "$ref": "#/components/schemas/validation_errors"
17050 "$ref": "#/components/schemas/create_webhook_subscriber_params"
17051 "/api/v2/platform/webhooks/subscribers/{id}":
17053 summary: Return a Webhook Subscriber
17055 - Webhook Subscribers
17058 description: Returns a Webhook Subscriber
17059 operationId: show-webhook-subscriber
17068 description: Record found
17070 application/vnd.api+json:
17078 url: https://www.url10.com/
17082 created_at: '2022-11-08T19:35:59.604Z'
17083 updated_at: '2022-11-08T19:35:59.604Z'
17085 "$ref": "#/components/schemas/resource"
17087 description: Record not found
17089 application/vnd.api+json:
17093 error: The resource you were looking for could not be found.
17095 "$ref": "#/components/schemas/error"
17097 description: Authentication Failed
17099 application/vnd.api+json:
17103 error: The access token is invalid
17105 "$ref": "#/components/schemas/error"
17107 summary: Update a Webhook Subscriber
17109 - Webhook Subscribers
17112 description: Updates a Webhook Subscriber
17113 operationId: update-webhook-subscriber
17122 description: Record updated
17124 application/vnd.api+json:
17132 url: https://www.url12.com/
17136 created_at: '2022-11-08T19:36:00.130Z'
17137 updated_at: '2022-11-08T19:36:00.130Z'
17139 "$ref": "#/components/schemas/resource"
17141 description: Invalid request
17143 application/vnd.api+json:
17147 error: Url must be a valid URL, Url can't be blank, and Url the
17148 URL must have a path
17151 - must be a valid URL
17153 - the URL must have a path
17155 "$ref": "#/components/schemas/validation_errors"
17157 description: Record not found
17159 application/vnd.api+json:
17163 error: The resource you were looking for could not be found.
17165 "$ref": "#/components/schemas/error"
17167 description: Authentication Failed
17169 application/vnd.api+json:
17173 error: The access token is invalid
17175 "$ref": "#/components/schemas/error"
17180 "$ref": "#/components/schemas/update_webhook_subscriber_params"
17182 summary: Delete a Webhook Subscriber
17184 - Webhook Subscribers
17187 description: Deletes a Webhook Subscriber
17188 operationId: delete-webhook-subscriber
17197 description: Record deleted
17199 description: Record not found
17201 application/vnd.api+json:
17205 error: The resource you were looking for could not be found.
17207 "$ref": "#/components/schemas/error"
17209 description: Authentication Failed
17211 application/vnd.api+json:
17215 error: The access token is invalid
17217 "$ref": "#/components/schemas/error"
17218 "/api/v2/platform/wished_items":
17220 summary: Return a list of Wished Items
17225 description: Returns a list of Wished Items
17226 operationId: wished-items-list
17240 description: 'Select which associated resources you would like to fetch, see:
17241 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17247 description: Records returned
17249 application/vnd.api+json:
17258 created_at: '2022-11-08T19:36:01.546Z'
17259 updated_at: '2022-11-08T19:36:01.546Z'
17260 display_total: "$19.99"
17261 display_price: "$19.99"
17273 created_at: '2022-11-08T19:36:01.616Z'
17274 updated_at: '2022-11-08T19:36:01.616Z'
17275 display_total: "$19.99"
17276 display_price: "$19.99"
17288 created_at: '2022-11-08T19:36:01.685Z'
17289 updated_at: '2022-11-08T19:36:01.685Z'
17290 display_total: "$19.99"
17291 display_price: "$19.99"
17303 created_at: '2022-11-08T19:36:01.752Z'
17304 updated_at: '2022-11-08T19:36:01.752Z'
17305 display_total: "$19.99"
17306 display_price: "$19.99"
17319 self: http://www.example.com/api/v2/platform/wished_items?page=1&per_page=&include=
17320 next: http://www.example.com/api/v2/platform/wished_items?include=&page=1&per_page=
17321 prev: http://www.example.com/api/v2/platform/wished_items?include=&page=1&per_page=
17322 last: http://www.example.com/api/v2/platform/wished_items?include=&page=1&per_page=
17323 first: http://www.example.com/api/v2/platform/wished_items?include=&page=1&per_page=
17325 "$ref": "#/components/schemas/resources_list"
17327 description: Authentication Failed
17329 application/vnd.api+json:
17333 error: The access token is invalid
17335 "$ref": "#/components/schemas/error"
17337 summary: Create a Wished Item
17342 description: Creates a Wished Item
17343 operationId: create-wished-item
17347 description: 'Select which associated resources you would like to fetch, see:
17348 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17354 description: Record created
17356 application/vnd.api+json:
17365 created_at: '2022-11-08T19:36:02.710Z'
17366 updated_at: '2022-11-08T19:36:02.710Z'
17367 display_total: "$19.99"
17368 display_price: "$19.99"
17377 "$ref": "#/components/schemas/resource"
17379 description: Invalid request
17381 application/vnd.api+json:
17385 error: Variant can't be blank, Wishlist can't be blank, and Quantity
17395 "$ref": "#/components/schemas/validation_errors"
17400 "$ref": "#/components/schemas/create_wished_item_params"
17401 "/api/v2/platform/wished_items/{id}":
17403 summary: Return a Wished Item
17408 description: Returns a Wished Item
17409 operationId: show-wished-item
17418 description: 'Select which associated resources you would like to fetch, see:
17419 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17425 description: Record found
17427 application/vnd.api+json:
17436 created_at: '2022-11-08T19:36:03.208Z'
17437 updated_at: '2022-11-08T19:36:03.208Z'
17438 display_total: "$19.99"
17439 display_price: "$19.99"
17448 "$ref": "#/components/schemas/resource"
17450 description: Record not found
17452 application/vnd.api+json:
17456 error: The resource you were looking for could not be found.
17458 "$ref": "#/components/schemas/error"
17460 description: Authentication Failed
17462 application/vnd.api+json:
17466 error: The access token is invalid
17468 "$ref": "#/components/schemas/error"
17470 summary: Update a Wished Item
17475 description: Updates a Wished Item
17476 operationId: update-wished-item
17485 description: 'Select which associated resources you would like to fetch, see:
17486 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17492 description: Record updated
17494 application/vnd.api+json:
17503 created_at: '2022-11-08T19:36:04.166Z'
17504 updated_at: '2022-11-08T19:36:04.397Z'
17505 display_total: "$59.97"
17506 display_price: "$19.99"
17515 "$ref": "#/components/schemas/resource"
17517 description: Invalid request
17519 application/vnd.api+json:
17523 error: Quantity is not a number
17528 "$ref": "#/components/schemas/validation_errors"
17530 description: Record not found
17532 application/vnd.api+json:
17536 error: The resource you were looking for could not be found.
17538 "$ref": "#/components/schemas/error"
17540 description: Authentication Failed
17542 application/vnd.api+json:
17546 error: The access token is invalid
17548 "$ref": "#/components/schemas/error"
17553 "$ref": "#/components/schemas/update_wished_item_params"
17555 summary: Delete a Wished Item
17560 description: Deletes a Wished Item
17561 operationId: delete-wished-item
17570 description: Record deleted
17572 description: Record not found
17574 application/vnd.api+json:
17578 error: The resource you were looking for could not be found.
17580 "$ref": "#/components/schemas/error"
17582 description: Authentication Failed
17584 application/vnd.api+json:
17588 error: The access token is invalid
17590 "$ref": "#/components/schemas/error"
17591 "/api/v2/platform/wishlists":
17593 summary: Return a list of Wishlists
17598 description: Returns a list of Wishlists
17599 operationId: wishlists-list
17613 description: 'Select which associated resources you would like to fetch, see:
17614 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17615 example: wished_items
17618 - name: filter[name_cont]
17626 description: Records returned
17628 application/vnd.api+json:
17639 created_at: '2022-11-08T19:36:06.256Z'
17640 updated_at: '2022-11-08T19:36:06.256Z'
17641 token: PunEhftsfcoHddCoVyqQLTYq
17642 variant_included: false
17656 created_at: '2022-11-08T19:36:06.257Z'
17657 updated_at: '2022-11-08T19:36:06.257Z'
17658 token: FYKHQXSsnSwAVEaci7RgbPXq
17659 variant_included: false
17672 self: http://www.example.com/api/v2/platform/wishlists?page=1&per_page=&include=&filter[name_cont]=
17673 next: http://www.example.com/api/v2/platform/wishlists?filter%5Bname_cont%5D=&include=&page=1&per_page=
17674 prev: http://www.example.com/api/v2/platform/wishlists?filter%5Bname_cont%5D=&include=&page=1&per_page=
17675 last: http://www.example.com/api/v2/platform/wishlists?filter%5Bname_cont%5D=&include=&page=1&per_page=
17676 first: http://www.example.com/api/v2/platform/wishlists?filter%5Bname_cont%5D=&include=&page=1&per_page=
17678 "$ref": "#/components/schemas/resources_list"
17680 description: Authentication Failed
17682 application/vnd.api+json:
17686 error: The access token is invalid
17688 "$ref": "#/components/schemas/error"
17690 summary: Create a Wishlist
17695 description: Creates a Wishlist
17696 operationId: create-wishlist
17700 description: 'Select which associated resources you would like to fetch, see:
17701 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17702 example: wished_items
17707 description: Record created
17709 application/vnd.api+json:
17720 created_at: '2022-11-08T19:36:07.290Z'
17721 updated_at: '2022-11-08T19:36:07.290Z'
17722 token: w7zjAVs9QJd9MLdPXDQcxrqi
17723 variant_included: false
17728 "$ref": "#/components/schemas/resource"
17730 description: Invalid request
17732 application/vnd.api+json:
17736 error: Name can't be blank and User can't be blank
17743 "$ref": "#/components/schemas/validation_errors"
17748 "$ref": "#/components/schemas/create_wishlist_params"
17749 "/api/v2/platform/wishlists/{id}":
17751 summary: Return a Wishlist
17756 description: Returns a Wishlist
17757 operationId: show-wishlist
17766 description: 'Select which associated resources you would like to fetch, see:
17767 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17768 example: wished_items
17773 description: Record found
17775 application/vnd.api+json:
17786 created_at: '2022-11-08T19:36:07.570Z'
17787 updated_at: '2022-11-08T19:36:07.570Z'
17788 token: mTKMs2ZP2PQc1Gu64XMvPrtk
17789 variant_included: false
17794 "$ref": "#/components/schemas/resource"
17796 description: Record not found
17798 application/vnd.api+json:
17802 error: The resource you were looking for could not be found.
17804 "$ref": "#/components/schemas/error"
17806 description: Authentication Failed
17808 application/vnd.api+json:
17812 error: The access token is invalid
17814 "$ref": "#/components/schemas/error"
17816 summary: Update a Wishlist
17821 description: Updates a Wishlist
17822 operationId: update-wishlist
17831 description: 'Select which associated resources you would like to fetch, see:
17832 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17833 example: wished_items
17838 description: Record updated
17840 application/vnd.api+json:
17848 name: My Super Wishlist
17851 created_at: '2022-11-08T19:36:08.103Z'
17852 updated_at: '2022-11-08T19:36:08.334Z'
17853 token: W4TY5oxqYi2kvpYs26XUPH3p
17854 variant_included: false
17859 "$ref": "#/components/schemas/resource"
17861 description: Invalid request
17863 application/vnd.api+json:
17867 error: Name can't be blank
17872 "$ref": "#/components/schemas/validation_errors"
17874 description: Record not found
17876 application/vnd.api+json:
17880 error: The resource you were looking for could not be found.
17882 "$ref": "#/components/schemas/error"
17884 description: Authentication Failed
17886 application/vnd.api+json:
17890 error: The access token is invalid
17892 "$ref": "#/components/schemas/error"
17897 "$ref": "#/components/schemas/update_wishlist_params"
17899 summary: Delete a Wishlist
17904 description: Deletes a Wishlist
17905 operationId: delete-wishlist
17914 description: Record deleted
17916 description: Record not found
17918 application/vnd.api+json:
17922 error: The resource you were looking for could not be found.
17924 "$ref": "#/components/schemas/error"
17926 description: Authentication Failed
17928 application/vnd.api+json:
17932 error: The access token is invalid
17934 "$ref": "#/components/schemas/error"
17935 "/api/v2/platform/zones":
17937 summary: Return a list of Zones
17942 description: Returns a list of Zones
17943 operationId: zones-list
17957 description: 'Select which associated resources you would like to fetch, see:
17958 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
17959 example: zone_members
17962 - name: filter[description_eq]
17965 example: The zone containing all EU countries
17970 description: Records returned
17972 application/vnd.api+json:
17980 name: Laudantium itaque ab suscipit quo fugit delectus perferendis.
17981 description: Cum nisi esse veniam explicabo praesentium quod
17984 zone_members_count: 0
17985 created_at: '2022-11-08T19:36:09.411Z'
17986 updated_at: '2022-11-08T19:36:09.411Z'
17994 name: Enim perferendis consectetur in assumenda dolor deserunt.
17995 description: Incidunt iusto vitae architecto nulla voluptate.
17997 zone_members_count: 0
17998 created_at: '2022-11-08T19:36:09.412Z'
17999 updated_at: '2022-11-08T19:36:09.412Z'
18009 self: http://www.example.com/api/v2/platform/zones?page=1&per_page=&include=&filter[description_eq]=
18010 next: http://www.example.com/api/v2/platform/zones?filter%5Bdescription_eq%5D=&include=&page=1&per_page=
18011 prev: http://www.example.com/api/v2/platform/zones?filter%5Bdescription_eq%5D=&include=&page=1&per_page=
18012 last: http://www.example.com/api/v2/platform/zones?filter%5Bdescription_eq%5D=&include=&page=1&per_page=
18013 first: http://www.example.com/api/v2/platform/zones?filter%5Bdescription_eq%5D=&include=&page=1&per_page=
18015 "$ref": "#/components/schemas/resources_list"
18017 description: Authentication Failed
18019 application/vnd.api+json:
18023 error: The access token is invalid
18025 "$ref": "#/components/schemas/error"
18027 summary: Create a Zone
18032 description: Creates a Zone
18033 operationId: create-zone
18037 description: 'Select which associated resources you would like to fetch, see:
18038 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
18039 example: zone_members
18044 description: Record created
18046 application/vnd.api+json:
18054 name: Repellat corrupti laudantium soluta dolorum animi quidem
18056 description: Laudantium tenetur accusamus blanditiis fuga
18059 zone_members_count: 0
18060 created_at: '2022-11-08T19:36:09.930Z'
18061 updated_at: '2022-11-08T19:36:09.930Z'
18067 "$ref": "#/components/schemas/resource"
18069 description: Invalid request
18071 application/vnd.api+json:
18075 error: Name can't be blank
18080 "$ref": "#/components/schemas/validation_errors"
18085 "$ref": "#/components/schemas/create_zone_params"
18086 "/api/v2/platform/zones/{id}":
18088 summary: Return a Zone
18093 description: Returns a Zone
18094 operationId: show-zone
18103 description: 'Select which associated resources you would like to fetch, see:
18104 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
18105 example: zone_members
18110 description: Record found
18112 application/vnd.api+json:
18120 name: Molestiae esse ab labore ratione nemo.
18121 description: Impedit vitae in modi quaerat qui quod quia.
18123 zone_members_count: 0
18124 created_at: '2022-11-08T19:36:10.198Z'
18125 updated_at: '2022-11-08T19:36:10.198Z'
18131 "$ref": "#/components/schemas/resource"
18133 description: Record not found
18135 application/vnd.api+json:
18139 error: The resource you were looking for could not be found.
18141 "$ref": "#/components/schemas/error"
18143 description: Authentication Failed
18145 application/vnd.api+json:
18149 error: The access token is invalid
18151 "$ref": "#/components/schemas/error"
18153 summary: Update a Zone
18158 description: Updates a Zone
18159 operationId: update-zone
18168 description: 'Select which associated resources you would like to fetch, see:
18169 <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>'
18170 example: zone_members
18175 description: Record updated
18177 application/vnd.api+json:
18186 description: The zone containing all EU countries
18188 zone_members_count: 0
18189 created_at: '2022-11-08T19:36:10.716Z'
18190 updated_at: '2022-11-08T19:36:10.945Z'
18196 "$ref": "#/components/schemas/resource"
18198 description: Invalid request
18200 application/vnd.api+json:
18204 error: Name can't be blank
18209 "$ref": "#/components/schemas/validation_errors"
18211 description: Record not found
18213 application/vnd.api+json:
18217 error: The resource you were looking for could not be found.
18219 "$ref": "#/components/schemas/error"
18221 description: Authentication Failed
18223 application/vnd.api+json:
18227 error: The access token is invalid
18229 "$ref": "#/components/schemas/error"
18234 "$ref": "#/components/schemas/update_zone_params"
18236 summary: Delete a Zone
18241 description: Deletes a Zone
18242 operationId: delete-zone
18251 description: Record deleted
18253 description: Record not found
18255 application/vnd.api+json:
18259 error: The resource you were looking for could not be found.
18261 "$ref": "#/components/schemas/error"
18263 description: Authentication Failed
18265 application/vnd.api+json:
18269 error: The access token is invalid
18271 "$ref": "#/components/schemas/error"
18273 - url: http://{defaultHost}
18276 default: localhost:3000
18279 - name: Adjustments
18280 - name: Classifications
18283 - name: CMS Sections
18284 - name: Digital Assets
18285 - name: Digital Links
18289 - name: Option Types
18290 - name: Option Values
18293 - name: Payment Methods
18296 - name: Promotion Actions
18297 - name: Promotion Categories
18298 - name: Promotion Rules
18301 - name: Shipping Categories
18302 - name: Shipping Methods
18304 - name: Stock Items
18305 - name: Stock Locations
18306 - name: Store Credit Categories
18307 - name: Store Credit Types
18308 - name: Store Credits
18309 - name: Tax Categories
18316 - name: Webhook Events
18317 - name: Webhook Subscribers
18319 - name: Wished Items
18327 create_address_params:
18364 example: "+1 123 456 789"
18375 example: My home address
18378 example: Vendo Connect Inc
18384 distance_from_nearest_city_in_km: 10
18385 location_type: building
18389 close_to_shop: true
18393 update_address_params:
18422 example: "+1 123 456 789"
18433 example: My home address
18436 example: Vendo Connect Inc
18442 distance_from_city_in_km: 10
18443 location_type: building
18447 close_to_shop: true
18451 create_adjustment_params:
18466 example: Shipping costs
18471 example: Spree::LineItem
18476 example: Spree::TaxRate
18498 update_adjustment_params:
18508 example: Shipping costs
18513 example: Spree::LineItem
18518 example: Spree::TaxRate
18540 create_classification_params:
18562 update_classification_params:
18580 create_standard_cms_page_params:
18593 description: Give your page a title.
18597 - Spree::Cms::Pages::StandardPage
18598 description: Set the type of page.
18602 example: Learn More About Super-Shop
18603 description: Set the meta title for this page, this appears in the title
18604 bar of the browser.
18608 example: Lot's of text..
18609 description: The text content of a standard page, this can be HTML from
18610 a rich text editor.
18614 example: Learn more about us on this page here...
18615 description: Set a meta description, used for SEO and displayed in search
18622 description: This page is publicly visible when set to `true`.
18627 description: Set a slug for this page.
18631 description: The language this page is written in.
18634 title: Create a Standard Page
18636 create_homepage_cms_page_params:
18648 example: Our Flash Homepage
18649 description: Give your page a title.
18653 - Spree::Cms::Pages::Homepage
18654 description: Set the type of page.
18658 example: Visit Our Store - Great Deals
18659 description: Set the meta title for this page, this appears in the title
18660 bar of the browser.
18664 example: Discover great new products that we sell in this store...
18665 description: Set a meta description, used for SEO and displayed in search
18672 description: This page is publicly visible when set to `true`.
18676 description: The language this page is written in.
18679 title: Create a Homepage
18681 create_feature_cms_page_params:
18693 example: Featured Product
18694 description: Give your page a title.
18698 - Spree::Cms::Pages::FeaturePage
18699 description: Set the type of page.
18703 example: Learn More About This Featured Product
18704 description: Set the meta title for this page, this appears in the title
18705 bar of the browser.
18709 example: Learn more about us this amazing product that we sell right
18711 description: Set a meta description, used for SEO and displayed in search
18718 description: This page is publicly visible when set to `true`.
18723 description: Set a slug for this page.
18727 description: The language this page is written in.
18730 title: Create a Feature Page
18732 update_standard_cms_page_params:
18741 description: Update the page title.
18745 - Spree::Cms::Pages::StandardPage
18746 - Spree::Cms::Pages::Homepage
18747 - Spree::Cms::Pages::FeaturePage
18748 description: Change the type of page.
18752 example: Learn More About Super-Shop
18753 description: Update the meta title for this page, this appears in the
18754 title bar of the browser.
18758 example: Lot's of text..
18759 description: Update the text content of a standard page, this can be
18760 HTML from a rich text editor.
18764 example: Learn more about us on this page here...
18765 description: Update the meta description, used for SEO and displayed
18772 description: This page is publicly visible when set to `true`.
18777 description: Update the slug for this page.
18781 description: Update the language of this page.
18784 title: Update a Standard Page
18786 update_homepage_cms_page_params:
18794 example: Our Flash Homepage
18795 description: Update the page title.
18799 - Spree::Cms::Pages::StandardPage
18800 - Spree::Cms::Pages::Homepage
18801 - Spree::Cms::Pages::FeaturePage
18802 description: Change the type of page.
18806 example: Visit Our Store - Great Deals
18807 description: Update the meta title for this page, this appears in the
18808 title bar of the browser.
18812 example: Discover great new products that we sell in this store...
18813 description: Update the meta description, used for SEO and displayed
18820 description: This page is publicly visible when set to `true`.
18824 description: Update the language of this page.
18827 title: Update a Homepage
18829 update_feature_cms_page_params:
18837 example: Featured Product
18838 description: Update the page title.
18842 - Spree::Cms::Pages::StandardPage
18843 - Spree::Cms::Pages::Homepage
18844 - Spree::Cms::Pages::FeaturePage
18845 description: Change the type of page.
18849 example: Learn More About This Featured Product
18850 description: Update the meta title for this page, this appears in the
18851 title bar of the browser.
18855 example: Learn more about us this amazing product that we sell right
18857 description: Update the meta description, used for SEO and displayed
18864 description: This page is publicly visible when set to `true`.
18869 description: Update the slug for this page.
18873 description: Update the language of this page.
18876 title: Update a Feature Page
18878 create_hero_image_cms_section_params:
18890 description: Give this section a name.
18893 description: Set the `cms_page` ID that this section belongs to.
18897 - Spree::Cms::Sections::HeroImage
18898 example: Spree::Cms::Sections::HeroImage
18899 description: Set the section type.
18900 linked_resource_type:
18902 example: Spree::Taxon
18908 description: Set the resource type that this section links to.
18909 linked_resource_id:
18913 description: Set the ID of the resource that you would like this section
18921 description: This value is used by front end developers to set CSS classes
18922 for content that fits the screen edge-to-edge, or stays within the
18923 boundaries of the central container.
18927 description: 'Pass the position that you want this section to appear
18928 in. (The list is not zero indexed, so the first item is position:
18932 example: No Gutters
18936 description: This value is used by front end developers for styling
18937 the section padding.
18940 example: Click Here
18941 description: Set the text value of the button used in this section.
18944 example: Shop Today
18945 description: Create a title for the Hero Section.
18946 cms_section[image_one]:
18949 description: Use a `multipart/form-data` request to upload assets.
18952 title: Create a Hero Image Section
18954 create_product_carousel_cms_section_params:
18966 description: Give this section a name.
18969 description: Set the `cms_page` ID that this section belongs to.
18973 - Spree::Cms::Sections::ProductCarousel
18974 example: Spree::Cms::Sections::ProductCarousel
18975 description: Set the section type.
18979 description: 'Pass the position that you want this section to appear
18980 in. (The list is not zero indexed, so the first item is position:
18982 linked_resource_id:
18986 description: Set the ID of the Taxon that you would like displayed as
18987 a Product Carousel.
18990 title: Create a Product Carousel Section
18992 create_side_by_side_images_cms_section_params:
19004 description: Give this section a name.
19007 description: Set the `cms_page` ID that this section belongs to.
19011 - Spree::Cms::Sections::SideBySideImages
19012 example: Spree::Cms::Sections::SideBySideImages
19013 description: Set the section type.
19017 description: 'Pass the position that you want this section to appear
19018 in. (The list is not zero indexed, so the first item is position:
19022 example: Spree::Taxon
19026 description: Set the resource type that image one links to.
19029 example: Spree::Taxon
19033 description: Set the resource type that image two links to.
19036 example: men/shirts
19038 description: Set the slug or path that image two links to.
19041 example: white-shirt
19043 description: Set the slug or path that image two links to.
19046 example: Shop Men's Shirts
19048 description: Set the title used in image one.
19051 example: Buy This Men's Shirt
19053 description: Set the title used in image two.
19060 description: This value is used by front end developers to set CSS classes
19061 for content that fits the screen edge-to-edge, or stays within the
19062 boundaries of the central container.
19065 example: Save 50% today
19067 description: Set the subtitle used in image one.
19070 example: Save 50% today
19072 description: Set the subtitle used in image two.
19075 example: No Gutters
19079 description: This value is used by front end developers for styling
19080 the section padding.
19081 cms_section[image_one]:
19084 description: Use a `multipart/form-data` request to upload assets.
19085 cms_section[image_two]:
19088 description: Use a `multipart/form-data` request to upload assets.
19091 title: Create a Side-by-Side Image Section
19093 create_image_gallery_cms_section_params:
19105 description: Give this section a name.
19108 description: Set the `cms_page` ID that this section belongs to.
19112 - Spree::Cms::Sections::ImageGallery
19113 example: Spree::Cms::Sections::ImageGallery
19114 description: Set the section type.
19118 description: 'Pass the position that you want this section to appear
19119 in. (The list is not zero indexed, so the first item is position:
19123 example: Spree::Taxon
19127 description: Set the resource type that image one links to.
19130 example: Spree::Taxon
19134 description: Set the resource type that image two links to.
19137 example: Spree::Taxon
19141 description: Set the resource type that image three links to.
19144 example: men/shirts
19146 description: Set the slug or path that image two links to.
19149 example: white-shirt
19151 description: Set the slug or path that image two links to.
19156 description: Set the slug or path that image three links to.
19159 example: Shop Men's Shirts
19161 description: Set the title used in image one.
19164 example: Buy This Men's Shirt
19166 description: Set the title used in image two.
19169 example: Buy This Women's Skirt
19171 description: Set the title used in image three.
19178 description: This value is used by front end developers to set CSS classes
19179 for content that fits the screen edge-to-edge, or stays within the
19180 boundaries of the central container.
19187 description: This value is used by front end developers for styling
19188 the order the images appear.
19195 description: This value is used by front end developers for showing
19196 and hiding the label on the images.
19197 cms_section[image_one]:
19200 description: Use a `multipart/form-data` request to upload assets.
19201 cms_section[image_two]:
19204 description: Use a `multipart/form-data` request to upload assets.
19205 cms_section[image_three]:
19208 description: Use a `multipart/form-data` request to upload assets.
19211 title: Create an Image Gallery Section
19213 create_featured_article_cms_section_params:
19225 description: Give this section a name.
19228 description: Set the `cms_page` ID that this section belongs to.
19232 - Spree::Cms::Sections::FeaturedArticle
19233 example: Spree::Cms::Sections::FeaturedArticle
19234 description: Set the section type.
19238 description: 'Pass the position that you want this section to appear
19239 in. (The list is not zero indexed, so the first item is position:
19241 linked_resource_type:
19243 example: Spree::Taxon
19249 description: Set the resource type that this section links to.
19250 linked_resource_id:
19254 description: Set the ID of the resource that you would like this section
19262 description: This value is used by front end developers to set CSS classes
19263 for content that fits the screen edge-to-edge, or stays within the
19264 boundaries of the central container.
19267 example: No Gutters
19271 description: This value is used by front end developers for styling
19272 the section padding.
19275 example: Click Here
19276 description: Set the text value of the button used in this section.
19279 example: Shop Today
19280 description: Create a title for the Section.
19284 description: Create a subtitle for the Section.
19287 example: Lots of text and content goes here.
19288 description: Set the content, here, this can be rich text editor content.
19291 title: Create a Featured Article Section
19293 create_rich_text_cms_section_params:
19305 description: Give this section a name.
19308 description: Set the `cms_page` ID that this section belongs to.
19312 - Spree::Cms::Sections::RichTextContent
19313 example: Spree::Cms::Sections::RichTextContent
19314 description: Set the section type.
19318 description: 'Pass the position that you want this section to appear
19319 in. (The list is not zero indexed, so the first item is position:
19327 description: This value is used by front end developers to set CSS classes
19328 for content that fits the screen edge-to-edge, or stays within the
19329 boundaries of the central container.
19332 example: Lots of text and content goes here.
19333 description: Set the content, here, this can be rich text editor content.
19336 title: Create a Rich Text Section
19338 update_hero_image_cms_section_params:
19346 description: Update this section name.
19350 - Spree::Cms::Sections::HeroImage
19351 - Spree::Cms::Sections::FeaturedArticle
19352 - Spree::Cms::Sections::ProductCarousel
19353 - Spree::Cms::Sections::ImageGallery
19354 - Spree::Cms::Sections::SideBySideImages
19355 - Spree::Cms::Sections::RichTextContent
19356 example: Spree::Cms::Sections::ProductCarousel
19357 description: Change the section type.
19358 linked_resource_type:
19360 example: Spree::Taxon
19366 description: Update the resource type that this section links to.
19367 linked_resource_id:
19371 description: Set the ID of the resource that you would like this section
19379 description: This value is used by front end developers to set CSS classes
19380 for content that fits the screen edge-to-edge, or stays within the
19381 boundaries of the central container.
19385 description: 'Pass the position that you want this section to appear
19386 in. (The list is not zero indexed, so the first item is position:
19390 example: No Gutters
19394 description: This value is used by front end developers for styling
19395 the section padding.
19398 example: Click Here
19399 description: Update the text value of the button used in this section.
19402 example: Shop Today
19403 description: Update the title for this section.
19404 cms_section[image_one]:
19407 description: Use a `multipart/form-data` request to upload assets.
19410 title: Update a Hero Image Section
19412 update_product_carousel_cms_section_params:
19420 description: Change this section name.
19424 - Spree::Cms::Sections::HeroImage
19425 - Spree::Cms::Sections::FeaturedArticle
19426 - Spree::Cms::Sections::ProductCarousel
19427 - Spree::Cms::Sections::ImageGallery
19428 - Spree::Cms::Sections::SideBySideImages
19429 - Spree::Cms::Sections::RichTextContent
19430 example: Spree::Cms::Sections::ProductCarousel
19431 description: Change the section type.
19435 description: 'Pass the position that you want this section to appear
19436 in. (The list is not zero indexed, so the first item is position:
19438 linked_resource_id:
19442 description: Update the ID of the Taxon that you would like displayed
19443 as a Product Carousel.
19446 title: Update a Product Carousel Section
19448 update_side_by_side_images_cms_section_params:
19456 description: Update this section name.
19460 - Spree::Cms::Sections::HeroImage
19461 - Spree::Cms::Sections::FeaturedArticle
19462 - Spree::Cms::Sections::ProductCarousel
19463 - Spree::Cms::Sections::ImageGallery
19464 - Spree::Cms::Sections::SideBySideImages
19465 - Spree::Cms::Sections::RichTextContent
19466 example: Spree::Cms::Sections::ProductCarousel
19467 description: Change the section type.
19471 description: 'Pass the position that you want this section to appear
19472 in. (The list is not zero indexed, so the first item is position:
19476 example: Spree::Taxon
19480 description: Update the resource type that image one links to.
19483 example: Spree::Taxon
19487 description: Update the resource type that image two links to.
19490 example: men/shirts
19492 description: Update the slug or path that image two links to.
19495 example: white-shirt
19497 description: Update the slug or path that image two links to.
19500 example: Shop Men's Shirts
19502 description: Update the title used in image one.
19505 example: Buy This Men's Shirt
19507 description: Update the title used in image two.
19514 description: This value is used by front end developers to set CSS classes
19515 for content that fits the screen edge-to-edge, or stays within the
19516 boundaries of the central container.
19519 example: Save 50% today
19521 description: Update the subtitle used in image one.
19524 example: Save 50% today
19526 description: Update the subtitle used in image two.
19529 example: No Gutters
19533 description: This value is used by front end developers for styling
19534 the section padding.
19535 cms_section[image_one]:
19538 description: Use a `multipart/form-data` request to upload assets.
19539 cms_section[image_two]:
19542 description: Use a `multipart/form-data` request to upload assets.
19545 title: Update a Side-by-Side Image Section
19547 update_image_gallery_cms_section_params:
19555 description: Update this section name.
19559 - Spree::Cms::Sections::HeroImage
19560 - Spree::Cms::Sections::FeaturedArticle
19561 - Spree::Cms::Sections::ProductCarousel
19562 - Spree::Cms::Sections::ImageGallery
19563 - Spree::Cms::Sections::SideBySideImages
19564 - Spree::Cms::Sections::RichTextContent
19565 example: Spree::Cms::Sections::ProductCarousel
19566 description: Change the section type.
19570 description: 'Pass the position that you want this section to appear
19571 in. (The list is not zero indexed, so the first item is position:
19575 example: Spree::Taxon
19579 description: Update the resource type that image one links to.
19582 example: Spree::Taxon
19586 description: Update the resource type that image two links to.
19589 example: Spree::Taxon
19593 description: Update the resource type that image three links to.
19596 example: men/shirts
19598 description: Update the slug or path that image two links to.
19601 example: white-shirt
19603 description: Update the slug or path that image two links to.
19608 description: Update the slug or path that image three links to.
19611 example: Shop Men's Shirts
19613 description: Update the title used in image one.
19616 example: Buy This Men's Shirt
19618 description: Update the title used in image two.
19621 example: Buy This Women's Skirt
19623 description: Update the title used in image three.
19630 description: This value is used by front end developers to set CSS classes
19631 for content that fits the screen edge-to-edge, or stays within the
19632 boundaries of the central container.
19639 description: This value is used by front end developers for styling
19640 the order the images appear.
19647 description: This value is used by front end developers for showing
19648 and hiding the label on the images.
19649 cms_section[image_one]:
19652 description: Use a `multipart/form-data` request to upload assets.
19653 cms_section[image_two]:
19656 description: Use a `multipart/form-data` request to upload assets.
19657 cms_section[image_three]:
19660 description: Use a `multipart/form-data` request to upload assets.
19663 title: Update an Image Gallery Section
19665 update_featured_article_cms_section_params:
19673 description: Update this section name.
19677 - Spree::Cms::Sections::HeroImage
19678 - Spree::Cms::Sections::FeaturedArticle
19679 - Spree::Cms::Sections::ProductCarousel
19680 - Spree::Cms::Sections::ImageGallery
19681 - Spree::Cms::Sections::SideBySideImages
19682 - Spree::Cms::Sections::RichTextContent
19683 example: Spree::Cms::Sections::ProductCarousel
19684 description: Change the section type.
19688 description: 'Pass the position that you want this section to appear
19689 in. (The list is not zero indexed, so the first item is position:
19691 linked_resource_type:
19693 example: Spree::Taxon
19699 description: Set the resource type that this section links to.
19700 linked_resource_id:
19704 description: Change the ID of the resource that you would like this
19705 section to link to.
19712 description: This value is used by front end developers to set CSS classes
19713 for content that fits the screen edge-to-edge, or stays within the
19714 boundaries of the central container.
19717 example: No Gutters
19721 description: This value is used by front end developers for styling
19722 the section padding.
19725 example: Click Here
19726 description: Update the text value of the button used in this section.
19729 example: Shop Today
19730 description: Update the title for the Section.
19734 description: Update the subtitle for the Section.
19737 example: Lots of text and content goes here.
19738 description: Update the content here, this can be rich text editor content.
19741 title: Update a Featured Article Section
19743 update_rich_text_cms_section_params:
19751 description: Update this section name.
19755 - Spree::Cms::Sections::HeroImage
19756 - Spree::Cms::Sections::FeaturedArticle
19757 - Spree::Cms::Sections::ProductCarousel
19758 - Spree::Cms::Sections::ImageGallery
19759 - Spree::Cms::Sections::SideBySideImages
19760 - Spree::Cms::Sections::RichTextContent
19761 example: Spree::Cms::Sections::ProductCarousel
19762 description: Change the section type.
19766 description: 'Pass the position that you want this section to appear
19767 in. (The list is not zero indexed, so the first item is position:
19775 description: This value is used by front end developers to set CSS classes
19776 for content that fits the screen edge-to-edge, or stays within the
19777 boundaries of the central container.
19780 example: Lots of text and content goes here.
19781 description: Update the content, here, this can be rich text editor
19785 title: Update a Rich Text Section
19787 create_data_feed_params:
19798 example: 'First data feed'
19801 example: 'first-data-feed'
19804 example: 'Spree::DataFeed::Google'
19808 update_data_feed_params:
19819 example: 'First data feed'
19822 example: 'first-data-feed'
19825 example: 'Spree::DataFeed::Google'
19829 create_digital_params:
19832 digital[attachment]:
19835 digital[variant_id]:
19839 - digital[attachment]
19840 - digital[variant_id]
19842 update_digital_params:
19845 digital[attachment]:
19848 digital[variant_id]:
19852 - digital[attachment]
19853 - digital[variant_id]
19855 create_digital_link_params:
19876 update_digital_link_params:
19894 create_line_item_params:
19920 update_line_item_params:
19935 create_menu_params:
19948 description: Give this Menu a name.
19954 description: Set the location this menu appears in the website.
19958 description: Set the language of this menu.
19962 update_menu_params:
19971 description: Update this Menu name.
19977 description: Update the location this menu appears in the website.
19981 description: Change the language of this menu.
19985 create_menu_item_params:
19997 description: The name of this Menu Item
20002 description: Give this Menu Item a code to identify this Menu Item from
20003 others. This is especially useful when using Container type Menu Items
20008 example: Shop men's T-Shirts
20009 description: Set an optional subtitle for the Menu Item, this is useful
20010 if your menu has promotional links that require more than just a link
20015 example: https://getvendo.com
20016 description: 'Used when the linked_resource_type is set to: URL'
20020 description: Specify the ID of the Menu this item belongs to.
20023 description: When set to `true` the link will be opened in a new tab
20030 description: Links are standard links, where as Containers are used
20032 linked_resource_type:
20039 description: 'Set the type of resource you want to link to, or set to:
20040 URL to use the destination field for an external link.'
20041 linked_resource_id:
20045 description: The ID of the resource you are linking to.
20048 title: Create a Menu Item
20050 update_menu_item_params:
20059 description: Update the name of this Menu Item
20064 description: The Menu Item a code to identifies this Menu Item from
20065 others. This is especially useful when using Container type Menu Items
20070 example: Shop men's T-Shirts
20071 description: Set an optional subtitle for the Menu Item, this is useful
20072 if your menu has promotional links that require more than just a link
20077 example: https://getvendo.com
20078 description: 'Used when the linked_resource_type is set to: URL'
20082 description: Specify the ID of the Menu this item belongs to.
20085 description: When set to `true` the link will be opened in a new tab
20092 description: Links are standard links, where as Containers are used
20094 linked_resource_type:
20101 description: 'Change the type of resource you want to link to, or set
20102 to: URL to use the destination field for an external link.'
20103 linked_resource_id:
20107 description: The ID of the resource you are linking to.
20110 title: Update a Menu Item
20112 menu_item_reposition:
20124 description: The ID of the new target parent Menu Item.
20128 description: The new index position of the Menu Item within its parent
20131 title: Reposition a Menu Item
20133 create_option_type_params:
20155 update_option_type_params:
20174 create_option_value_params:
20196 update_option_value_params:
20215 create_order_params:
20247 example: 2022-11-08 19:33:50 UTC
20279 example: hi@getvendo.com
20280 special_instructions:
20282 example: I need it ASAP!
20295 additional_tax_total:
20304 included_tax_total:
20315 example: 2022-11-08 19:33:50 UTC
20316 confirmation_delivered:
20329 taxable_adjustment_total:
20332 non_taxable_adjustment_total:
20335 store_owner_notification_delivered:
20339 bill_address_attributes:
20340 "$ref": "#/components/schemas/update_address_params"
20341 ship_address_attributes:
20342 "$ref": "#/components/schemas/update_address_params"
20343 line_items_attributes:
20346 "$ref": "#/components/schemas/update_line_item_params"
20354 update_order_params:
20386 example: 2022-11-08 19:33:50 UTC
20418 example: hi@getvendo.com
20419 special_instructions:
20421 example: I need it ASAP!
20434 additional_tax_total:
20443 included_tax_total:
20454 example: 2022-11-08 19:33:50 UTC
20455 confirmation_delivered:
20468 taxable_adjustment_total:
20471 non_taxable_adjustment_total:
20474 store_owner_notification_delivered:
20478 bill_address_attributes:
20479 "$ref": "#/components/schemas/update_address_params"
20480 ship_address_attributes:
20481 "$ref": "#/components/schemas/update_address_params"
20482 line_items_attributes:
20485 "$ref": "#/components/schemas/update_line_item_params"
20493 create_payment_method_params:
20503 example: Test Payment Method
20510 example: This is a test payment method
20513 example: Spree::Gateway::Bogus
20515 - Spree::Gateway::Bogus
20516 - Spree::PaymentMethod::Check
20537 update_payment_method_params:
20545 example: Test Payment Method
20552 example: This is a test payment method
20555 example: Spree::Gateway::Bogus
20557 - Spree::Gateway::Bogus
20558 - Spree::PaymentMethod::Check
20579 title: Update Payment Method
20580 update_payment_method_params_bogus_gateway:
20586 preferred_dummy_key:
20588 example: UPDATED-DUMMY-KEY-123
20591 example: production
20592 preferred_test_mode:
20597 title: Update Bogus Gateway
20598 create_product_params:
20606 - shipping_category_id
20630 option_values_hash:
20640 shipping_category_id:
20661 update_product_params:
20689 option_values_hash:
20699 shipping_category_id:
20720 create_promotion_params:
20730 example: Promotions Used in 2021
20731 description: Give the promotion a name.
20736 description: Set the promotion code. Promotions without a code are automatically
20737 applied if the order meets the Promotion Rule requirements.
20740 example: Save today with discount code XYZ at checkout.
20742 description: Give the promotion a description.
20747 description: If you wish you can set a usage limit for this promotion.
20754 description: Set a date and time that this promotion begins.
20759 description: Set a date and time that this promotion ends.
20768 title: Create a Promotion
20770 update_promotion_params:
20778 example: Promotions Used in 2021
20779 description: Change the promotion a name.
20784 description: Change or remove the promotion code. Promotions without
20785 a code are automatically applied if the order meets the Promotion
20789 example: Save today with discount code XYZ at checkout.
20791 description: Update the promotion a description.
20796 description: If you wish you can set a usage limit for this promotion.
20803 description: Set a date and time that this promotion begins.
20808 description: Set a date and time that this promotion ends.
20817 title: Update a Promotion
20819 update_promotion_add_rule_params:
20825 promotion_rules_attributes:
20832 example: Spree::Promotion::Rules::Country
20834 - Spree::Promotion::Rules::Country
20835 - Spree::Promotion::Rules::ItemTotal
20836 - Spree::Promotion::Rules::Product
20837 - Spree::Promotion::Rules::User
20838 - Spree::Promotion::Rules::FirstOrder
20839 - Spree::Promotion::Rules::UserLoggedIn
20840 - Spree::Promotion::Rules::OneUsePerUser
20841 - Spree::Promotion::Rules::Taxon
20842 - Spree::Promotion::Rules::OptionValue
20843 description: Set the Promotion Rule type.
20844 preferred_country_id:
20847 description: 'Each rule type has its own preferred attributes.
20848 In this example we are setting the ID of the Country this
20849 rule applies to. To learn more about Spree preferences visit
20853 title: Add a Rule to a Promotion
20855 update_promotion_update_rule_params:
20861 promotion_rules_attributes:
20869 description: To update an existing Promotion Rule, you are required
20870 to pass the ID of the rule you are updating.
20873 example: Spree::Promotion::Rules::Country
20875 - Spree::Promotion::Rules::Country
20876 - Spree::Promotion::Rules::ItemTotal
20877 - Spree::Promotion::Rules::Product
20878 - Spree::Promotion::Rules::User
20879 - Spree::Promotion::Rules::FirstOrder
20880 - Spree::Promotion::Rules::UserLoggedIn
20881 - Spree::Promotion::Rules::OneUsePerUser
20882 - Spree::Promotion::Rules::Taxon
20883 - Spree::Promotion::Rules::OptionValue
20884 description: Set the Promotion Rule type.
20885 preferred_country_id:
20888 description: 'Each rule type has its own preferred attributes.
20889 In this example we are changing the ID of the Country this
20890 rule applies to. To learn more about Spree preferences visit
20894 title: Update an existing Rule
20896 update_promotion_add_action_params:
20902 promotion_actions_attributes:
20909 example: Spree::Promotion::Actions::CreateAdjustment
20911 - Spree::Promotion::Actions::CreateAdjustment
20912 - Spree::Promotion::Actions::CreateItemAdjustments
20913 - Spree::Promotion::Actions::FreeShipping
20914 - Spree::Promotion::Actions::CreateLineItems
20915 description: Set the Promotion Action Type.
20918 title: Add an Action to a Promotion
20920 update_promotion_action_calculator_params:
20926 promotion_actions_attributes:
20934 description: To update an existing Promotion Action, you are
20935 required to pass the ID of the action you wish to update.
20936 calculator_attributes:
20941 description: To update an existing Action Calculator, you
20942 are required to pass the ID of the calculator.
20945 example: Spree::Promotion::Actions::CreateAdjustment
20947 - Spree::Promotion::Actions::CreateAdjustment
20948 - Spree::Promotion::Actions::CreateItemAdjustments
20949 - Spree::Promotion::Actions::CreateLineItems
20950 - Spree::Promotion::Actions::FreeShipping
20951 description: Set the Type of Promotion Action you wish to
20953 preferred_flat_percent:
20956 description: In this example we are setting the preferred
20957 flat percentage to `10`.
20960 title: Update an Action Calculator
20962 update_promotion_change_calculator_params:
20968 promotion_actions_attributes:
20976 description: To update an existing Promotion Action, you are
20977 required to pass the ID of the Promotion Action.
20978 calculator_attributes:
20982 example: Spree::Calculator::FlatPercentItemTotal
20984 - Spree::Calculator::FlatPercentItemTotal
20985 - Spree::Calculator::FlatRate
20986 - Spree::Calculator::FlexiRate
20987 - Spree::Calculator::TieredPercent
20988 - Spree::Calculator::TieredFlatRate
20989 - Spree::Calculator::PercentOnLineItem
20990 description: 'To set the Promotion Action Calculator pass
20991 the calculator type. Each Promotion action has certain
20992 Calculators available, to learn more visit TODO: [LINK]'
20995 title: Change an Action Calculator
20997 update_promotion_change_action_params:
21003 promotion_actions_attributes:
21011 description: To update an existing Promotion Action, you are
21012 required to pass the ID of the Promotion Action.
21015 example: Spree::Promotion::Actions::CreateAdjustment
21017 - Spree::Promotion::Actions::CreateAdjustment
21018 - Spree::Promotion::Actions::CreateItemAdjustments
21019 - Spree::Promotion::Actions::CreateLineItems
21020 - Spree::Promotion::Actions::FreeShipping
21021 description: Set the Type of Promotion Action you wish to use.
21024 title: Change an Action Type
21026 create_promotion_action_params:
21037 example: Spree::Promotion::Actions::CreateAdjustment
21039 - Spree::Promotion::Actions::CreateAdjustment
21040 - Spree::Promotion::Actions::CreateItemAdjustments
21041 - Spree::Promotion::Actions::CreateLineItems
21042 - Spree::Promotion::Actions::FreeShipping
21043 description: Set the Type of Promotion Action you wish to use.
21047 description: Set the ID of the promotion this action belongs to.
21050 title: Create a Promotion Action
21052 update_promotion_action_params:
21060 example: Spree::Promotion::Actions::CreateAdjustment
21062 - Spree::Promotion::Actions::CreateAdjustment
21063 - Spree::Promotion::Actions::CreateItemAdjustments
21064 - Spree::Promotion::Actions::CreateLineItems
21065 - Spree::Promotion::Actions::FreeShipping
21066 description: Set the Type of Promotion Action you wish to use.
21069 title: Create a Promotion Action
21071 create_promotion_category_params:
21074 promotion_category:
21081 example: Promotions Used in 2021
21082 description: Give this Promotion Category a name.
21085 example: 2021-PROMOS
21087 description: Give this promotion category a code.
21089 - promotion_category
21091 update_promotion_category_params:
21094 promotion_category:
21101 example: Promotions Used in 2021
21102 description: Update the name of this Promotion Category.
21105 example: 2021-PROMOS
21107 description: Change or remove the code for this Promotion Category.
21109 - promotion_category
21111 create_promotion_rule_params:
21123 description: Set the ID of the promotion this Promotion Rule belongs
21127 example: Spree::Promotion::Rules::Country
21129 - Spree::Promotion::Rules::Country
21130 - Spree::Promotion::Rules::ItemTotal
21131 - Spree::Promotion::Rules::Product
21132 - Spree::Promotion::Rules::User
21133 - Spree::Promotion::Rules::FirstOrder
21134 - Spree::Promotion::Rules::UserLoggedIn
21135 - Spree::Promotion::Rules::OneUsePerUser
21136 - Spree::Promotion::Rules::Taxon
21137 - Spree::Promotion::Rules::OptionValue
21138 description: Set the Promotion Rule type.
21141 title: Create a Promotion Rule
21143 update_promotion_rule_params:
21151 example: Spree::Promotion::Rules::Country
21153 - Spree::Promotion::Rules::Country
21154 - Spree::Promotion::Rules::ItemTotal
21155 - Spree::Promotion::Rules::Product
21156 - Spree::Promotion::Rules::User
21157 - Spree::Promotion::Rules::FirstOrder
21158 - Spree::Promotion::Rules::UserLoggedIn
21159 - Spree::Promotion::Rules::OneUsePerUser
21160 - Spree::Promotion::Rules::Taxon
21161 - Spree::Promotion::Rules::OptionValue
21162 description: Set the Promotion Rule type.
21165 title: Create a Promotion Rule
21167 create_role_params:
21181 update_role_params:
21193 create_shipment_params:
21199 - stock_location_id
21216 - shipping_category
21218 update_shipment_params:
21226 example: MY-TRACKING-REF-12324
21228 - shipping_category
21230 add_item_shipment_params:
21245 - shipping_category
21247 remove_item_shipment_params:
21262 - shipping_category
21264 create_shipping_category_params:
21274 example: Another Category
21276 - shipping_category
21278 update_shipping_category_params:
21288 example: Another Category
21290 - shipping_category
21292 create_shipping_method_params:
21300 - shipping_category_ids
21304 example: DHL Express
21307 example: DHL Area Code D
21313 example: dhlexpress.com?tracking=
21324 shipping_category_ids:
21330 calculator_attributes:
21331 "$ref": "#/components/schemas/shipping_calculator_params"
21339 update_shipping_method_params:
21347 example: DHL Express
21350 example: DHL Area Code D
21356 example: dhlexpress.com?tracking=
21367 shipping_category_ids:
21373 calculator_attributes:
21374 "$ref": "#/components/schemas/shipping_calculator_params"
21382 shipping_calculator_params:
21387 example: Spree::Calculator::Shipping::FlatPercentItemTotal
21389 - Spree::Calculator::Shipping::DigitalDelivery
21390 - Spree::Calculator::Shipping::FlatPercentItemTotal
21391 - Spree::Calculator::Shipping::FlatRate
21392 - Spree::Calculator::Shipping::FlexiRate
21393 - Spree::Calculator::Shipping::PerItem
21394 - Spree::Calculator::Shipping::PriceSack
21398 create_stock_item_params:
21405 - stock_location_id
21424 update_stock_item_params:
21431 - stock_location_id
21450 create_stock_location_params:
21460 example: Warehouse 3
21465 example: South St. 8
21468 example: South St. 109
21477 example: Los Angeles
21480 example: California
21486 example: '23333456'
21489 backorderable_default:
21491 propagate_all_variants:
21498 update_stock_location_params:
21508 example: Warehouse 3
21513 example: South St. 8
21516 example: South St. 109
21525 example: Los Angeles
21528 example: California
21534 example: '23333456'
21537 backorderable_default:
21539 propagate_all_variants:
21546 create_store_credit_category_params:
21549 store_credit_category:
21558 - store_credit_category
21560 update_store_credit_category_params:
21563 store_credit_category:
21572 - store_credit_category
21574 create_store_credit_type_params:
21589 - store_credit_type
21591 update_store_credit_type_params:
21604 - store_credit_type
21606 create_store_credit_params:
21637 example: This credit was given as a refund
21663 update_store_credit_params:
21694 example: This credit was given as a refund
21720 create_tax_category_params:
21739 example: Men's, women's and children's branded clothing
21743 update_tax_category_params:
21762 example: Men's, women's and children's branded clothing
21766 create_tax_rate_params:
21773 - calculator_attributes
21790 example: California
21791 show_rate_in_label:
21794 calculator_attributes:
21799 example: Spree::Calculator::FlatRate
21808 update_tax_rate_params:
21815 - calculator_attributes
21832 example: California
21833 show_rate_in_label:
21836 calculator_attributes:
21841 example: Spree::Calculator::FlatRate
21850 create_taxon_params:
21868 ability_to_recycle: 90%
21876 update_taxon_params:
21907 description: The ID of the new target parent Taxon.
21911 description: The new index position of the Taxon within the parent Taxon.
21914 title: Reposition a Taxon
21916 create_taxonomy_params:
21929 description: 'Pass the position that you want this Taxonomy to appear
21930 in. (The list is not zero indexed, so the first item is position:
21935 ability_to_recycle: 90%
21943 update_taxonomy_params:
21954 description: 'Pass the position that you want this Taxonomy to appear
21955 in. (The list is not zero indexed, so the first item is position:
21960 ability_to_recycle: 90%
21968 create_user_params:
21976 - password_confirmation
21986 password_confirmation:
22001 update_user_params:
22015 password_confirmation:
22030 create_webhook_subscriber_params:
22047 example: order.completed
22055 example: https://www.url.com/
22059 update_webhook_subscriber_params:
22076 example: order.completed
22084 example: https://www.url.com/
22088 create_wishlist_params:
22108 update_wishlist_params:
22125 create_wished_item_params:
22141 description: Must be an integer greater than 0
22145 update_wished_item_params:
22161 description: Must be an integer greater than 0
22165 create_vendor_params:
22170 invitation_message:
22182 contact_person_email:
22184 contact_person_name:
22186 contact_person_phone:
22191 - contact_person_email
22194 update_vendor_params:
22195 "$ref": "#/components/schemas/create_vendor_params"
22197 create_zone_params:
22210 example: All countries in the EU
22222 update_zone_params:
22233 example: All countries in the EU
22264 - "$ref": "#/components/schemas/resource_properties"
22302 resource_properties:
22322 "$ref": "#/components/schemas/resource_properties"