[2023 동계모각코] 6회차(23. 2. 6.) 결과
ERPNext 시스템, shipstation API 결합 def create_shipment(self, pickup_address, delivery_address, shipment_parcel, description_of_content, pickup_date, value_of_goods, service_info, pickup_contact=None, delivery_contact=None): # Create a transaction at ShipStation if not self.enabled or not self.api_id or not self.api_password: return [] self.set_shipstation_specific_fields(pickup_contact, delivery_co..
[2023 동계모각코] 5회차(23. 2. 1.) 결과
ERPNext 시스템 shipstation API 결합 def create_shipment(self, pickup_address, delivery_address, shipment_parcel, description_of_content, pickup_date, value_of_goods, service_info, pickup_contact=None, delivery_contact=None): # Create a transaction at ShipStation if not self.enabled or not self.api_id or not self.api_password: return [] self.set_shipstation_specific_fields(pickup_contact, delivery_con..