Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Where do I find the discount description on the orders page on admin?

Where do I find the discount description on the orders page on admin?

sengming
Shopify Partner
52 1 9

Hi there,

 

I created an order with the admin rest API and added a discount to the order

 

```

"discount_applications": [
{
"target_type": "line_item",
"type": "manual",
"value": "1.0",
"value_type": "fixed_amount",
"allocation_method": "across",
"target_selection": "all",
"title": "discount title",
"description": "discount description"
}
]

```

 

Note the title and the description.

 

Where do I find the discount description on the orders page on admin? In this case, when I go to https://spotting-diehard.myshopify.com/admin/orders/4207939879012 I see 

 

Screen Shot 2022-07-21 at 11.29.20 AM.png

 

Note that I can see the discount title, but I don't see the discount description. Where do I find the discount description?

 

Thanks!

Replies 0 (0)