Add custom attribute in OrderForm.items after add to cart

Is there a way to add custom attribute in the product data coming from orderForm object.

1 Like

Hi @Anubhav !
I am not sure if this is exactly what you need, but there is a way to add customizable fields in the orderForm so that you can add extra information to your order.
Here is the documentation about it :
(Creating customizable fields in the cart with Checkout API)

But if you need to add custom information about your product, like a personalization, you can add an attachment to the SKU, and that information will be saved in the orderform and will be available for you in the order.
Here is the documentation about it : What is an Attachment?

If that’s not what you need, can you share more context about what you are trying to do, so we can think of something? :slight_smile:

1 Like