Custom Inventory Report #93
Unanswered
farmaspace
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Please try with `reportOptions={'custom‘: True}`
Am 11. März 2021, 10:11 +0100 schrieb farmaspace ***@***.***>:
Hi,
I'm trying to get a custom report with the following command, but a non-customized report of all offers is still created.
rep = Reports(marketplace=Marketplaces.IT, account='default').create_report(reportOptions='custom=true', reportType=ReportType.GET_MERCHANT_LISTINGS_ALL_DATA.value)
Can anyone help me?
Thanks in advance
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to get a custom report with the following command, but a non-customized report of all offers is still created.
rep = Reports(marketplace=Marketplaces.IT, account='default').create_report(reportOptions='custom=true', reportType=ReportType.GET_MERCHANT_LISTINGS_ALL_DATA.value)
Can anyone help me?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions