asdf
All checks were successful
Deploy App to Docker / deploy (push) Successful in 44s

This commit is contained in:
zman 2025-04-14 19:18:49 -04:00
parent de3821aa80
commit 9ff87dc107
2 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,8 @@ import logging
logger = logging.getLogger(__name__)
ACTIVE_PRICING_ALGORITHIM = 'tcgplayer_recommended_algo' # 'default_pricing_algo' or 'tcgplayer_recommended_algo'
FREE_SHIPPING = True
ACTIVE_PRICING_ALGORITHIM = 'default_pricing_algo' # 'default_pricing_algo' or 'tcgplayer_recommended_algo'
FREE_SHIPPING = False
class PricingService:

View File

@ -6,15 +6,15 @@ curl -J -X POST http://192.168.1.41:8000/api/tcgplayer/inventory/add \
--remote-name
curl -X POST http://192.168.1.41:8000/api/boxes \
-F "type=collector" \
-F "type=play" \
-F "set_code=TDM" \
-F "sku=1234" \
-F "num_cards_expected=123"
-F "num_cards_expected=420"
curl -X POST "http://192.168.1.41:8000/api/boxes/d95d26a8-1f82-47f2-89fa-3f88a4636823/open" \
-F "product_id=d95d26a8-1f82-47f2-89fa-3f88a4636823" \
-F "file_ids=0f29efd2-448c-4a05-ba49-1420fd3d524b" \
-F "date_opened=2025-04-04"
curl -X POST "http://192.168.1.41:8000/api/boxes/a77194be-8bd6-41cc-89a0-820e92ef9c04/open" \
-F "product_id=a77194be-8bd6-41cc-89a0-820e92ef9c04" \
-F "file_ids=b11a0292-bfdc-43de-90a8-6eb383332201" \
-F "date_opened=2025-04-14"
curl -X POST "http://192.168.1.41:8000/api/processOrders" \
-H "Content-Type: application/json" \