Skip to content

Instantly share code, notes, and snippets.

id description metadata name address_line1 address_line2 address_city address_state address_zip address_country url size mail_type expected_delivery_date object.date_created send_date object event_type event.date_created
import requests
import json
import csv
#Enter your Shopify hostname, Shopify Private app API key and Password, and your Lob Live Environment API Key.
shopify_hostname = "example.myshopify.com"
shopify_api_key = "Shopify_Private_app_API_key"
shopify_password = "Shopify_Private_app_Password"
lob_api_key = "Lob_Live_Environment_API_Key"