Cart line selling plan allocation information missing on some orders/carts
complete
Tobe Osakwe
We have recently noticed that sometimes, the
CartLine.sellingPlanAllocation
field in Shopify Functions, which tells our app whether a cart line is a one-time purchase or a subscription, is missing.This is an issue because the Shopify Functions API documentation doesn't specify:
- What cases this happens in
- What to do when this information is missing. For example, is it safe to assume that if it's missing, it's a one-time purchase cart line? There's no way to be sure without hearing from Shopify.
We are trying our hardest to get in touch with the Shopify Functions team, starting with the Shopify Community Forums.
If you are affected by this issue, please upvote this thread in the Shopify Community Forums.
Also, to get updates on the progress of this issue, please upvote and comment on this thread (the one you are reading right now, in our feedback board).
Tobe Osakwe
updated the status to
complete
Our app will assume that all line items are one-time purchases by default.