Hello,
We have certain items that include a text modifier, but cannot find a way to properly submit them on the line item.
I checked the OrderLineItemModifier reference and found two things:
- I couldn’t find a field name to submit the text value under
- There isn’t a related
catalog_object_id
to submit, where there would normally be one in themodifiers
list (aCatalogModifier
ID). When submitting theCatalogModifierList
ID which is the only other relevant ID could find to use, I get the error (removed specific ID):
"Modifier option with catalog object ID `XXXX` not found."
Is there a proper way to submit values for a text based modifier on a line item in an order?
Thanks!
3 posts - 3 participants