ultracart-rest-sdk 4.0.205__py3-none-any.whl → 4.0.206__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ultracart/__init__.py +1 -1
- ultracart/api_client.py +1 -1
- ultracart/configuration.py +1 -1
- ultracart/model/channel_partner_order.py +4 -0
- {ultracart_rest_sdk-4.0.205.dist-info → ultracart_rest_sdk-4.0.206.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.0.205.dist-info → ultracart_rest_sdk-4.0.206.dist-info}/RECORD +9 -9
- {ultracart_rest_sdk-4.0.205.dist-info → ultracart_rest_sdk-4.0.206.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.0.205.dist-info → ultracart_rest_sdk-4.0.206.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.0.205.dist-info → ultracart_rest_sdk-4.0.206.dist-info}/top_level.txt +0 -0
ultracart/__init__.py
CHANGED
ultracart/api_client.py
CHANGED
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/4.0.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/4.0.206/python'
|
|
81
81
|
|
|
82
82
|
def __enter__(self):
|
|
83
83
|
return self
|
ultracart/configuration.py
CHANGED
|
@@ -422,7 +422,7 @@ conf = ultracart.Configuration(
|
|
|
422
422
|
"OS: {env}\n"\
|
|
423
423
|
"Python Version: {pyversion}\n"\
|
|
424
424
|
"Version of the API: 2.0.0\n"\
|
|
425
|
-
"SDK Package Version: 4.0.
|
|
425
|
+
"SDK Package Version: 4.0.206".\
|
|
426
426
|
format(env=sys.platform, pyversion=sys.version)
|
|
427
427
|
|
|
428
428
|
def get_host_settings(self):
|
|
@@ -270,6 +270,7 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
270
270
|
'payment_method': (str,), # noqa: E501
|
|
271
271
|
'purchase_order_number': (str,), # noqa: E501
|
|
272
272
|
'rotating_transaction_gateway_code': (str,), # noqa: E501
|
|
273
|
+
'sales_rep_code': (str,), # noqa: E501
|
|
273
274
|
'screen_branding_theme_code': (str,), # noqa: E501
|
|
274
275
|
'ship_on_date': (str,), # noqa: E501
|
|
275
276
|
'ship_to_residential': (bool,), # noqa: E501
|
|
@@ -358,6 +359,7 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
358
359
|
'payment_method': 'payment_method', # noqa: E501
|
|
359
360
|
'purchase_order_number': 'purchase_order_number', # noqa: E501
|
|
360
361
|
'rotating_transaction_gateway_code': 'rotating_transaction_gateway_code', # noqa: E501
|
|
362
|
+
'sales_rep_code': 'sales_rep_code', # noqa: E501
|
|
361
363
|
'screen_branding_theme_code': 'screen_branding_theme_code', # noqa: E501
|
|
362
364
|
'ship_on_date': 'ship_on_date', # noqa: E501
|
|
363
365
|
'ship_to_residential': 'ship_to_residential', # noqa: E501
|
|
@@ -481,6 +483,7 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
481
483
|
payment_method (str): Payment method. [optional] # noqa: E501
|
|
482
484
|
purchase_order_number (str): Purchase order number. [optional] # noqa: E501
|
|
483
485
|
rotating_transaction_gateway_code (str): The rotating transaction gateway code for the gateway used to charge this order. [optional] # noqa: E501
|
|
486
|
+
sales_rep_code (str): Sales rep code. [optional] # noqa: E501
|
|
484
487
|
screen_branding_theme_code (str): Screen branding theme code. [optional] # noqa: E501
|
|
485
488
|
ship_on_date (str): Date the customer is requesting that the order ship on. Typically used for perishable product delivery.. [optional] # noqa: E501
|
|
486
489
|
ship_to_residential (bool): True if the shipping adress is residential. Effects the methods that are available to the customer as well as the price of the shipping method.. [optional] # noqa: E501
|
|
@@ -646,6 +649,7 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
646
649
|
payment_method (str): Payment method. [optional] # noqa: E501
|
|
647
650
|
purchase_order_number (str): Purchase order number. [optional] # noqa: E501
|
|
648
651
|
rotating_transaction_gateway_code (str): The rotating transaction gateway code for the gateway used to charge this order. [optional] # noqa: E501
|
|
652
|
+
sales_rep_code (str): Sales rep code. [optional] # noqa: E501
|
|
649
653
|
screen_branding_theme_code (str): Screen branding theme code. [optional] # noqa: E501
|
|
650
654
|
ship_on_date (str): Date the customer is requesting that the order ship on. Typically used for perishable product delivery.. [optional] # noqa: E501
|
|
651
655
|
ship_to_residential (bool): True if the shipping adress is residential. Effects the methods that are available to the customer as well as the price of the shipping method.. [optional] # noqa: E501
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
ultracart/__init__.py,sha256=
|
|
2
|
-
ultracart/api_client.py,sha256=
|
|
3
|
-
ultracart/configuration.py,sha256=
|
|
1
|
+
ultracart/__init__.py,sha256=A3BjnJSKigJIZpc5C6GmZHzOJhmD29MYw-mZ-qds_K4,699
|
|
2
|
+
ultracart/api_client.py,sha256=hPYykvkKnA4WbLSU4C72FBt8RHsNXEn1YTzdBQQh56U,39072
|
|
3
|
+
ultracart/configuration.py,sha256=SxlmrRb5TuEq9zXxvjcUVuiF4-sWOK5hobMoKVZhskI,17842
|
|
4
4
|
ultracart/exceptions.py,sha256=dwRtrWJsW4H_jKk3B1w2chykcQ7E2FSlhftUByD9e9E,5069
|
|
5
5
|
ultracart/model_utils.py,sha256=X_RAfA-TlvDKBICnIve7PPVDM34Nl58aV1bqCrVmoTo,82574
|
|
6
6
|
ultracart/rest.py,sha256=2lM6zwrjGp_SjkddamoKdpk3jFuc8Ow7fKIXRdKNp24,14268
|
|
@@ -135,7 +135,7 @@ ultracart/model/channel_partner_cancel_response.py,sha256=jUOeYsm5CqtHInXWujdpHJ
|
|
|
135
135
|
ultracart/model/channel_partner_estimate_shipping_response.py,sha256=Y1mG1FK9UEoTaYBvGwt2Eiod4r0oabWfUbUnY_Hfuwc,13090
|
|
136
136
|
ultracart/model/channel_partner_estimate_tax_response.py,sha256=deJ8MMWfw9UjYXqyBFRiC6WYQKF4JnqAkzLK5MfEd6U,12744
|
|
137
137
|
ultracart/model/channel_partner_import_response.py,sha256=Oyt0Q-5zzTKQkOl8e2YtdruLR-TWJWPymKW0vYwEoI4,13430
|
|
138
|
-
ultracart/model/channel_partner_order.py,sha256=
|
|
138
|
+
ultracart/model/channel_partner_order.py,sha256=hmdiPnGqGL2FmVDCl0n_2IP2P781w96_tRls4efZrtg,41741
|
|
139
139
|
ultracart/model/channel_partner_order_item.py,sha256=JWKbD-NtLFI--C6Ob613sNwtbQQOEt7mkfSTAY2NEAU,14596
|
|
140
140
|
ultracart/model/channel_partner_order_item_option.py,sha256=PXlQNBEXO00Ef4I7TE_yFAYfogbH-3sef5YleCruBnk,11741
|
|
141
141
|
ultracart/model/channel_partner_order_transaction.py,sha256=iJc9N5cr57Od203rNJYf3u9ZTqmR5ZQb-uutw4S3pQE,12195
|
|
@@ -869,8 +869,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
|
|
|
869
869
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
870
870
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
871
871
|
ultracart/models/__init__.py,sha256=9LBS62gjLaSwM9zzg_JbQ0QJzyeDH6X0U0-xIlA8Jpc,64549
|
|
872
|
-
ultracart_rest_sdk-4.0.
|
|
873
|
-
ultracart_rest_sdk-4.0.
|
|
874
|
-
ultracart_rest_sdk-4.0.
|
|
875
|
-
ultracart_rest_sdk-4.0.
|
|
876
|
-
ultracart_rest_sdk-4.0.
|
|
872
|
+
ultracart_rest_sdk-4.0.206.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
873
|
+
ultracart_rest_sdk-4.0.206.dist-info/METADATA,sha256=iJXxEPYYIYpryL0wt9a06RD4VVly-034i68bYyp3uzY,403
|
|
874
|
+
ultracart_rest_sdk-4.0.206.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
875
|
+
ultracart_rest_sdk-4.0.206.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
876
|
+
ultracart_rest_sdk-4.0.206.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|