Etsy · Arazzo Workflow
Etsy Process Unshipped Orders
Version 1.0.0
Resolve the seller's shop, list paid-but-unshipped receipts, and ship the first one.
View Spec
View on GitHub
MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2ArazzoWorkflows
Provider
Workflows
process-unshipped-orders
Find paid-but-unshipped receipts for the seller's shop and ship the first.
Resolves the authenticated seller's shop, lists paid unshipped receipts, and branches to create a shipment for the first one when any exist.
1
whoAmI
getMe
Fetch the authenticated user's own user and shop IDs.
2
resolveShop
getShopByOwnerUserId
Resolve the shop record for the authenticated owner's user ID.
3
listUnshipped
getShopReceipts
List receipts that are paid but not yet shipped.
4
shipFirst
createReceiptShipment
Submit tracking for the first unshipped receipt, creating a shipment.