-
New Calls:
- Epages::REST::Categories#
create_category
- Epages::REST::Categories#
subcategories
- Epages::REST::Categories#
reorder_subcategories
- Epages::REST::Categories#
delete_category
- Epages::REST::Carts#
apply_coupon
- Epages::REST::Carts#
delete_coupon
- Epages::REST::Categories#
assign_products
- Epages::REST::Categories#
delete_products
- Epages::REST::Products#
assign_categories
(Same as Epages::REST::Categories#assign_products
) - Epages::REST::Products#
delete_from_categories
(Same as Epages::REST::Categories#delete_products
) - Epages::REST::TaxClasses#
tax_class
- Epages::REST::TaxClasses#
tax_classes
- Epages::REST::Categories#
-
Removed Calls:
- Epages::REST::Products#
product_categories
- Epages::REST::Products#
-
Other changes:
- new attribute
deliveryPeriod
, to Epages::Product - new attribute
visible
, to Epages::Product - new class Epages::MinimumCart for the attribute
minCartValue
on Epages::Cart - new class Epages::TaxClass
- new attributes
partiallyDispatchedOn
,partiallyPaidOn
andpartiallyInvoicedOn
, to Epages::Order - new class Epages::TaxClassInfo
- renamed attribute on Epages::Cart
minCart
tominimumCart
- new attribute
taxClassId
, to Epages::Cart - new attribute
deliveryWeight
, to Epages::ProductLineItem - new attribute
couponLineItem
, to Epages::LineItemContainer - new class Epages::deliveryWeightQuantity
- new class Epages::Quantity
- updated error codes on Epages::Error
- new attribute
manufacturerProductNumber
,minStocklevel
,productLength
,productHeight
,productWidth
productVariationType
, andproductVariationSelection
, to Epages::Product - new class Epages::VariationIdentifier
- new attribute
status
, to Epages::PaymentData - new attribute
visible
, to Epages::Category - new attribute
deposits
,ecoParticipations
,shippingOptions
andbasketDiscount
, to Epages::LineItemContainer
- new attribute
-
New Calls:
- Epages::REST::Shop#
customers
- Epages::REST::Shop#
create_product
- Epages::REST::Shop#
watched_products
- Epages::REST::Shop#
order_cart
- Epages::REST::Shop#
newsletters
- Epages::REST::Shop#
newsletter_subscribers
- Epages::REST::Shop#
-
Other changes:
- new attributes
tax_class
,stocklevel
to Epages::Product (only for requests with a token with products_write scope) - new attributes
watchers
to Epages::Product (only filled in watched_products call) - removed method
modify_order
, endpoint no longer supported in the API, please useupdate_order
instead - removed method
product_stock_level
, endpoint no longer supported in the API, nowproduct
include stock level - removed method
product_change_stock_level
, endpoint no longer supported in the API, please useupdate_product
instead
- new attributes
-
New Calls:
- Epages::REST::Shop#
info
- Epages::REST::Shop#
updated_products_by_property
- Epages::REST::Shop#
create_customer
- Epages::REST::Shop#
customer
- Epages::REST::Shop#
update_customer
- Epages::REST::Shop#
update_order
- Epages::REST::Shop#
-
Other changes:
- shop can receive an additional boolean attribute
https
to support https and http. Default to true. - renamed attribute
cancelled_on
torejected_on
and attributeshipped_on
todelivered_on
within orders - renamed method
update_order
tomodify_order
. Nowupdate_order
will be managed by the method patch instead of put
- shop can receive an additional boolean attribute
-
New Calls:
- Epages::REST::Shop#
update_product
- Epages::REST::Shop#
product_add_slideshow_image
- Epages::REST::Shop#
product_delete_slideshow_image
- Epages::REST::Shop#
product_slideshow_sequence
- Epages::REST::Shop#
product_update_slideshow_sequence
- Epages::REST::Shop#
sales
- Epages::REST::Shop#
parallel_calls
- Epages::REST::Shop#
-
Other changes:
- new attributes
shipping_data
andpayment_data
to orders - replaced attribute
comment
withcustomer_comment
andinternal_note
- added range filters
crated_before
andcreated_after
to orders - dates and are interpreted as Datetime, before was String
- new attributes