rconjoe / tonkas.world

0 stars 0 forks source link

fulfillment #1

Open rconjoe opened 1 month ago

rconjoe commented 1 month ago

upon order placement:

  1. payment intent captured on stripe backend and verified as captured before proceeding
  2. 'fulfillment' model created and dealt with in medusa backend
  3. shipping label purchased and created
  4. created shipping label hits local printer
rconjoe commented 1 week ago

shippo was integrated as a fulfillment provider in https://github.com/rconjoe/tonkas.world/commit/e7181efce7b7f5572bf7ac8cefa413b9cdf68c6a

we used an existing community plugin, https://github.com/macder/medusa-fulfillment-shippo

it works so far, setup is incomplete on the shippo end.

ive setup a default package and some of that stuff on the shippo dash, but have not setup these webhooks which i believe play a role in the process in places such as updating fulfilments and handling tracking numbers, etc.

for now we can charge $5 flat rate for a ground advantage box with a t shirt and a sticker in it. live calculations come when the rest of this stuff is setup. pick-up was left on as an option in the meantime