No content to show
User Activity
I appreciate the reply. No one replied at all the last time I asked this. I was restricting it to a specific case trying to explore that one case in which I am interested in. Unfortunately, this still returns just the main code and not the detail y...
08-08-2022
Support said that they don't answer api questions so I am trying here again. I want to use the API to do what you can do through the admin dashboard which is to go to Discounts and then click on a Discount code, then click View all codes. That shows...
06-06-2022
Can someone please just tell me whether or not this is possible? If it is not, I would like to know so I can just drop it.
05-18-2022
I previously posted this in the wrong forum. I want to use the API to do what you can do through the admin dashboard which is to go to Discounts and then click on a Discount code, then click View all codes. That shows a list of all the individually...
So I found that if I did this query:{
codeDiscountNode(id: "gid://shopify/DiscountCodeNode/11111111111") {
codeDiscount {
... on DiscountCodeBasic {
codeCount
codes(first: 100) {
edges {
node {
...
I want to use the API to do what you can do through the admin dashboard which is to go to Discounts and then click on a Discount code, then click View all codes. That shows a list of all the individually generated codes and what Date they were creat...