Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order.LineItems.properties missing from LineItem #1088

Open
vincejairam opened this issue Aug 7, 2024 · 1 comment
Open

Order.LineItems.properties missing from LineItem #1088

vincejairam opened this issue Aug 7, 2024 · 1 comment

Comments

@vincejairam
Copy link

I don't see the properties [JsonProperty("properties")] as part of the LineItem class. It seems to be missing. I added the following

    [JsonProperty("properties")]
    public IEnumerable<NoteAttribute> LineProperties
    {
        get;
        set;
    }

to get those properties for additional instructions that the customer is requesting for the item in the store.

@nozzlegear
Copy link
Owner

Good catch! I just got back from vacation and plan to do a bunch of work on ShopifySharp in the next couple of days, I'll make sure this gets in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants