API definition of RH order manager for EasyS
Project description
EasyS order manager API
Compatible with
- Django Rest Framework: 3.8, 3.9, 3.10, 3.11
- Django: 1.11, 2.2 (Not yet for 3.x)
- Python: 3.6, 3.7, 3.8
Changelog
1.4.24 (2020-11-25)
Updates to Serializer v1 & v2 see serializer changelog
1.4.23 (2020-11-19)
Updates to Serializer v1 & v2 see serializer changelog
1.4.22 (2020-11-16)
- Modernize Docker env, Update max supported versions and min requirements of some packages
- Split package and test dependencies
- Move package dependencies to setup.py
- Restructure travis env
1.4.21 (2020-11-13)
Update maximum supported version of django-phonenumber-field>=3.0.1,<5.1
1.4.20 (2020-11-06)
Update maximum supported version of phonenumbers>=7.0.6,<8.13
1.4.19 (2020-10-23)
Update maximum supported version of djangorestframework>=3.7.7,<3.13
1.4.18 (2020-10-16)
Update maximum required version of django-countries>=4.4,<6.1.4 and django-internationalflavor>=0.3.1,<0.5
1.4.17 (2020-10-16)
Update package to version phonenumbers>=7.0.6,<8.12.12
1.4.15 (2020-10-16)
Update package to version django-model-utils>=3.1.2,<5.0 - for backwards compatibility
1.4.14 (2020-10-16)
Update package to version django-model-utils>=4.0.0,<5.0
1.4.13 (2020-10-06)
Fix serializer v2 choice fields
1.4.12 (2020-10-05)
Updates to Serializer v2 see serializer changelog
1.4.11 (2020-09-23)
Update german translations
1.4.10 (2020-09-23)
Updates to Serializer v1 & v2 see serializer changelog
1.4.9 (2020-09-01)
Updates to Serializer v2 see serializer changelog
1.4.8 (2020-08-06)
Changed a translation
1.4.7 (2020-06-30)
Fix test cases
1.4.6 (2020-06-30)
Updates to Serializer v1/v2 see serializer changelog
1.4.5 (2020-06-23)
Updates to Serializer v1/v2 see serializer changelog
1.4.4 (2020-06-04)
Fixed code style to pass checks
1.4.3 (2020-06-03)
Updates to Serializer v2 see serializer changelog
1.4.2 (2020-05-07)
Updates to Serializer v2 see serializer changelog
1.4.1 (2020-04-15)
Introduction of serializer v2
easys-ordermanager/easys_ordermanager/v1/serializer.Serializeris now frozen on the state of release 1.2.3easys-ordermanager/easys_ordermanager/v2/serializer.Serializeris considered WIP until integration in EasyS starts and new changes will go into v3 see serializer changelog for changes between v1 and v2
1.3.2 (2020-04-02)
Reverted
1.2.3 (2020-03-03)
Make sure Django 3 is not installed until further support
1.2.2 (2020-03-03)
Add proper dependencies to avoid unwanted failure with possible upgrades when installed freshly. See setup.py for dependencies
1.2.1 (2020-02-27)
Add unique validation on opening_hours list of values of OrderLineListingSerializer.
The opening hours lis should be unique for every day_of_week (see OrderLineListingOpeningHoursSerializer)
1.2.0 (2019-09-17)
This release contains backwards incompatible changes.
Changes on OrderLineDisplayBasicSerializer
- Removed:
geo_targetingfield. - New:
geo_targeting_zipfield which accepts one string zip code. Not mandatory - New:
geo_targeting_radiusfield accepting integer values between 1-80 (km). Mandatory only ifgeo_targeting_zipis given. - Removed:
stock_images_allowedfield: - New:
banner_image_selectionchoice field accepting following values:- 0 for 'From website' / 'Von der Webseite' option
- 1 for 'From customer' / 'Vom kunden' option
- 2 for 'Customer photos' / 'Regiohelden Bilder' option
- Change:
target_page_typeexisting field which is not required anymore.
Changes on OrderLineGoogleAdsPremiumSerializer:
- New:
call_trackingboolean required field.
1.1.3 (2019-09-11)
Clean README file.
1.1.2 (2019-09-11)
Fix expected_impression_share field of OrderLineGoogleAdsBasicSerializer to accept 5 digits in order to validate value 100.00
1.1.1 (2019-09-06)
Small fix on pep8 error
1.1.0 (2019-09-04)
This release contains backwards incompatible changes
-
Split Display detail OrderLineDisplaySerializer in two different serializers and fields for basic and premium product levels:
-
remove
detail_displayfield fromOrderLine -
add
detail_display_basicfield (OrderLineDisplayBasicSerializer) onOrderLineThe serializer contains following fields:
New fields:
banner_color_selection
choice field with values: 1 for Color from Logo/Website and 2 for Set color . To be used in combination with fieldscolor_code_x
Fields with changed definition
impressions_per_month
choice field with accepted values: 20.000 , 40.000 and 80.000creative_options
choice field contains only values: 1 for Customer provided and 3 for Create animated
Fields with the same definition as in the previous OrderLineDisplaySerializer
geo_targetinggeo_targetingcampaign_goalheadlinesub_headlinebullet_pointscall_to_actioncolor_code_1color_code_2color_code_3stock_images_allowedtarget_page_typetarget_urlpackage_templatelocation_frame_textcreative_options
-
add
detail_display_premiumfield (OrderLineDisplayPremiumSerializer) onOrderLineSerializer contains following fields with the same definition as in the previous OrderLineDisplaySerializer
booking_typetarget_devicescreatives_formatimpressions_per_dayimpressions_per_monthage_targetinggender_targetinggeo_targetingchannel_targetinginterest_targetingcampaign_goaltarget_page_typetarget_urlcreative_options
-
-
Split Google Ads detail OrderLineGoogleAdsSerializer in two different serializers for basic and premium product levels:
-
remove
detail_google_adsfield fromOrderLine -
add
detail_google_ads_basicfield (OrderLineGoogleAdsBasicSerializer) onOrderLineSerializer contains following fields with the same definition as in the previous OrderLineGoogleAdsSerializer
campaign_goalregionsexpected_impression_sharekeywordskeywords_with_zero_search_volumetarget_audience
-
add
detail_google_ads_premiumfield (OrderLineGoogleAdsPremiumSerializer) onOrderLineSerializer contains following fields with the same definition as in the previous OrderLineGoogleAdsSerializer
call_to_actioncampaign_goalregionsexpected_clicksexpected_conversionsexisting_account_idinclude_remarketingkeywordskeywords_with_zero_search_volumetarget_audienceusp
-
-
All product fee fields on
OrderLineSerializerbecame optional:setup_feestart_feebudgetfeeone_time_budgetcommissiondeferred_payment_sum
-
Add validation for commission provided for product type Google Ads level Basic: fixed value of 40
-
Add validation for combination of product type and level: check if a matching HC products subtype exists
-
Add validation for the payment fees provided: check if a matching HC payment type exists.
1.0.4 (2019-08-21)
- Add new fee type postponed_setup_fee
- Add reference customer boolean to Location serializer
1.0.3 (2019-07-03)
- Don't use allow_null with BooleanField (
djangorestframework<3.9doesn't support it)
1.0.2 (2019-07-01)
- Allow to use empty/null values for non-required fields
1.0.1 (2019-06-27)
- Add missing files to the package
1.0.0 (2019-06-24)
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easys-ordermanager-1.4.24.tar.gz.
File metadata
- Download URL: easys-ordermanager-1.4.24.tar.gz
- Upload date:
- Size: 60.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f558b49dfc89763b918a394df0f5cee0c5a9b2f3f233b11a10da4d75dd29c7
|
|
| MD5 |
5c4adac4631d06de58a5b52cdbac6414
|
|
| BLAKE2b-256 |
60447364f1362fee2c5a067f947a54ae9b8a5eadb0d97c58e54295ce9314efca
|
File details
Details for the file easys_ordermanager-1.4.24-py3-none-any.whl.
File metadata
- Download URL: easys_ordermanager-1.4.24-py3-none-any.whl
- Upload date:
- Size: 59.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84b3ca7e39bef17304f7c0cca41ba30b78bbb78a7a6afa86443251eed001825e
|
|
| MD5 |
9b9b4173725d187111a2b6c96c2564a3
|
|
| BLAKE2b-256 |
1f5f9f3336b295059c68bcf77bb9acf219adff0be08d2e683fe5d85a9691d30b
|