Ship a subscription immediately
POST /api/subscriptions/{id}/ship-now
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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
string
Request Body
Section titled “Request Body ”object
delivery_date
string
slot_id
string
production_date
string
Responses
Section titled “ Responses ”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"}