-
Notifications
You must be signed in to change notification settings - Fork 0
Shipment
A shipment records the physical delivery of a tangible product sold through Whop — including carrier, tracking, and fulfillment details.
$client->shipments // Matchable\Whop\Resource\ShipmentResource| HTTP | POST shipments |
| Does | Creates a new shipment. |
| Parameters |
$data — shipment attributes (e.g. order/membership reference, carrier, tracking number, address). |
| Returns | array |
| HTTP | GET shipments |
| Does | Lists shipments. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET shipments/{id} |
| Does | Retrieves a single shipment by ID. |
| Parameters |
$id — the shipment ID. |
| Returns | array |
$shipment = $client->shipments->create([
'carrier' => 'usps',
'tracking_number' => '9400100000000000000000',
]);
$shipment = $client->shipments->get($shipment['id']);Official Whop documentation: https://docs.whop.com
Core Company · AccountLink · File · AccessToken · AuthorizedUser · User · Member · Webhook
Payments & Billing Payment · Checkout · Plan · Product · Membership · Refund · Invoice · PromoCode · PaymentMethod · SetupIntent
Platform & Finance Transfer · FeeMarkup · Topup · Withdrawal · LedgerAccount · PayoutAccount · PayoutMethod
Disputes Dispute · DisputeAlert · ResolutionCenter
Commerce Shipment · Lead · Entry · Review · Affiliate · Stats
Experiences & Courses Experience · Course · CourseChapter · CourseLesson · CourseLessonInteraction · CourseStudent
Communication ChatChannel · DmChannel · DmMember · Message · Reaction · Forum · ForumPost · SupportChannel · Notification
Advertising AdCampaign · AdGroup · Ad
Apps & AI App · AppBuild · AiChat · CompanyTokenTransaction
Verifications Verification