producteca 2.0.35__py3-none-any.whl → 2.0.37__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.

Potentially problematic release.


This version of producteca might be problematic. Click here for more details.

@@ -104,7 +104,7 @@ class SearchResultItem(BaseModel):
104
104
  attribute_completion_status: Optional[str] = Field(None, alias='attributeCompletionStatus')
105
105
  attribute_completion_count: Optional[int] = Field(None, alias='attributeCompletionCount')
106
106
  attribute_completion_total: Optional[int] = Field(None, alias='attributeCompletionTotal')
107
- deals: Optional[SearchDeals] = []
107
+ deals: Optional[Union[SearchDeals, List]] = None
108
108
  campaign_status: Optional[List[str]] = Field(None, alias='campaignStatus')
109
109
  size_chart: Optional[str] = Field(None, alias='sizeChart')
110
110
  channel_status: Optional[List[str]] = Field(None, alias='channelStatus')
@@ -289,7 +289,7 @@ class SaleOrderService(BaseService):
289
289
  url = self.config.get_endpoint(endpoint)
290
290
  response = requests.get(url, headers=self.config.headers)
291
291
  if not response.ok:
292
- raise Exception(f"Order {sale_order_id} could not be fetched")
292
+ raise Exception(f"Order {sale_order_id} could not be fetched. Error {response.status_code} {response.text}")
293
293
  response_data = response.json()
294
294
  return self(**response_data)
295
295
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: producteca
3
- Version: 2.0.35
3
+ Version: 2.0.37
4
4
  Summary:
5
5
  Author: Chroma Agency, Matias Rivera
6
6
  Author-email: mrivera@chroma.agency
@@ -10,12 +10,12 @@ producteca/payments/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
10
10
  producteca/payments/tests/test_payments.py,sha256=wutk5zK2xRChTvKyTmi54Y_92PzNtUKZF6xWF298sFY,3032
11
11
  producteca/products/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  producteca/products/products.py,sha256=FQeif3q52JGUcYVu5VKzY81FPSInQlc-HfYpYFlWmxo,12403
13
- producteca/products/search_products.py,sha256=y9jvUNpuPKm87bYjVmHJ323aOPfO4jTx0K_n3K40YSg,6118
13
+ producteca/products/search_products.py,sha256=BDp-pmy6DfRPn-LjZUOvQ24bnYxLdaD8WgCQZqX8ZCY,6133
14
14
  producteca/products/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  producteca/products/tests/test_products.py,sha256=0Tph7T9D2XTLdTDoIpR2PcLTrvPt6h2LPuKowTXrDgU,5742
16
16
  producteca/products/tests/test_search_products.py,sha256=ISkDClYaYnwo23a7_O4OlgPfc4dAZCMinLAi07yecEI,4941
17
17
  producteca/sales_orders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
- producteca/sales_orders/sales_orders.py,sha256=AQKCujjNRArzzmMP89eHnwypRLVR67A9PBvIkazcebo,16472
18
+ producteca/sales_orders/sales_orders.py,sha256=m762SzsyWYocEbQtouynHCeXIsDTF8pDamiRODD8GBs,16518
19
19
  producteca/sales_orders/search_sale_orders.py,sha256=xCnc1QmfmTB1YmHq387poBDasj4pPNJRShkpEFzMdSs,5073
20
20
  producteca/sales_orders/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  producteca/sales_orders/tests/search.json,sha256=v6LkTvQyeBdqxRc3iWwXH5Ugs7EYJAEOiuPuuj_rHYk,3508
@@ -25,8 +25,8 @@ producteca/shipments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
25
25
  producteca/shipments/shipment.py,sha256=YokJRBX1ZbUtZVc4AOAB188rbHFO0_MH5hFv5U9Qpjw,844
26
26
  producteca/shipments/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  producteca/shipments/tests/test_shipment.py,sha256=0edX3WM-t4nbp53r_Lvhtk_Suc2QCnIUQ27I90qSUfE,2512
28
- producteca-2.0.35.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
- producteca-2.0.35.dist-info/METADATA,sha256=kugP9Kqjzv6YHTCVkLDLC68eEe68kSoqzgWjIGh2fRw,3809
30
- producteca-2.0.35.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
- producteca-2.0.35.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
- producteca-2.0.35.dist-info/RECORD,,
28
+ producteca-2.0.37.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
+ producteca-2.0.37.dist-info/METADATA,sha256=kFtyuO9c7zdxYxEOmwOBaGkxxjxuMDdobCqC6KBRpnk,3809
30
+ producteca-2.0.37.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
+ producteca-2.0.37.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
+ producteca-2.0.37.dist-info/RECORD,,