Skip to content

Commit

Permalink
Merge pull request #168 from hollyabrams/create-luma-curl
Browse files Browse the repository at this point in the history
Adding Luma buy curl
  • Loading branch information
stephenjwatkins authored Feb 6, 2025
2 parents 322667d + 227860d commit ac1722a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions official/docs/curl/current/luma/buy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
curl -X POST https://api.easypost.com/v2/shipments/shp_.../luma \
-u "EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
"ruleset_name": "ruleset_name",
"planned_ship_date": "YYYY-MM-DD"
"deliver_by_date": "YYYY-MM-DD"
}'

0 comments on commit ac1722a

Please sign in to comment.