Commerce
setProductsShipping
Set Products Shipping
Answer the SHIPS question for MANY catalog products in ONE call: pass the product IDs and ships:true or ships:false.
Arguments
appIdstringrequiredThe Studio app ID whose catalog to change.productIdsstring[]requiredThe commerce product IDs to answer for.shipsbooleanrequiredtrue = these products ship. false = they stay local.
Returns
Returns a per-id result (updated / unchanged / locked / not_found) so nothing is silently missed, and applies the whole batch in one transaction.
Ask for it
The Cloud routes these requests to this verb.
- mark these as shippable
- this does not ship
- prep everything to ship
Pair it with
The verbs that finish the job.