Skip to content

Ship a subscription immediately

POST
/api/subscriptions/{id}/ship-now

Triggers immediate billing and shipment of a subscription. The job runs asynchronously; the response confirms the billing attempt has been initiated.

id
string
object
delivery_date
string
slot_id
string
production_date
string

Billing attempt initiated

object
success
required
boolean
message
required
string

Subscription is not billable or has no Shopify contract

Example
{
"success": false,
"error": "Subscription is not billable: PAUSED",
"errorCode": "NOT_BILLABLE"
}