Skip to content

Instantly share code, notes, and snippets.

@alexandrino
Created January 17, 2022 18:02
Show Gist options
  • Save alexandrino/dc9f0d10d6af824f80d8be92b804376a to your computer and use it in GitHub Desktop.
Save alexandrino/dc9f0d10d6af824f80d8be92b804376a to your computer and use it in GitHub Desktop.
Request 1:
INFO: 3.230.248.18:0 - "POST /pvt/orderForms/simulation HTTP/1.1" 200 OK
{'items': [{'id': '2221156', 'quantity': 1, 'seller': '2221', 'parentItemIndex': None, 'parentAssemblyBinding': None}], 'priceTables': [], 'marketingData': None, 'postalCode': None, 'country': None, 'selectedSla': None, 'clientProfileData': None, 'shippingData': None, 'paymentData': None, 'geoCoordinates': [], 'isCheckedIn': False, 'storeId': None, 'checkedInPickupPointId': None, 'orderFormId': None}
Request 2:
INFO: 52.73.230.96:0 - "POST /pvt/orderForms/simulation HTTP/1.1" 200 OK
{'items': [{'id': '2221156', 'quantity': 1, 'seller': '2221', 'parentItemIndex': None, 'parentAssemblyBinding': None}], 'priceTables': [], 'marketingData': None, 'postalCode': None, 'country': None, 'selectedSla': 'Normal', 'clientProfileData': None, 'shippingData': {'state': None, 'city': None, 'neighborhood': None, 'street': None, 'isFOB': False, 'selectedAddresses': [], 'logisticsInfo': [{'itemIndex': 0, 'selectedDeliveryChannel': 'delivery', 'selectedSLAId': 'Normal', 'addressId': None, 'deliveryIds': [], 'price': None, 'shippingEstimate': None}]}, 'paymentData': None, 'geoCoordinates': [], 'isCheckedIn': False, 'storeId': None, 'checkedInPickupPointId': None, 'orderFormId': None}
Request 3:
INFO: 54.144.213.24:0 - "POST /pvt/orderForms/simulation HTTP/1.1" 200 OK
{'items': [{'id': '2221156', 'quantity': 1, 'seller': '2221', 'parentItemIndex': None, 'parentAssemblyBinding': None}], 'priceTables': [], 'marketingData': None, 'postalCode': '01153000', 'country': 'BRA', 'selectedSla': 'Regular', 'clientProfileData': None, 'shippingData': {'state': 'SP', 'city': 'São Paulo', 'neighborhood': 'Barra Funda', 'street': 'Rua Vitorino Carmilo', 'isFOB': False, 'selectedAddresses': [{'addressType': None, 'receiverName': None, 'addressId': '467455d8f14f4807bb52d2b7825ddb0d', 'postalCode': '01153000', 'city': 'São Paulo', 'state': 'SP', 'country': 'BRA', 'street': 'Rua Vitorino Carmilo', 'number': None, 'neighborhood': 'Barra Funda', 'complement': None, 'reference': None, 'geoCoordinates': [-46.65254211425781, -23.53131675720215]}], 'logisticsInfo': [{'itemIndex': 0, 'selectedDeliveryChannel': 'delivery', 'selectedSLAId': 'Regular', 'addressId': '467455d8f14f4807bb52d2b7825ddb0d', 'deliveryIds': [], 'price': None, 'shippingEstimate': None}]}, 'paymentData': None, 'geoCoordinates': [-46.65254211425781, -23.53131675720215], 'isCheckedIn': False, 'storeId': None, 'checkedInPickupPointId': None, 'orderFormId': None}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment