#aaron_api

1 messages ¡ Page 1 of 1 (latest)

serene karmaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1364371431483510815

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

storm jasper
#

for context: I am making a request to create a credit note with the lines params
each line param contains

  {
        type: "invoice_line_item",
        invoice_line_item: line_item.id,
        quantity: line_item.quantity,
        tax_amounts: credit_note_tax_amounts
   }
toxic mulch
#

And what response do you get?

storm jasper
#

I'm currently able to make a credit note refund for an entire lines amount which is fine, but I'm not sure how I would put in a specific amount for a line item.

#

I'm wondering if its possible to make a credit note assocaited to the line item but a custom amount like $30.00 or something.

#

ah nvm I think I found what I'm looking for

toxic mulch
#

What'd you come up with? Sorry, I was focused on a couple other things.