while creating order using payload - monthly recurring charges are not visible however part of paylo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 02:01 AM
while creating order using payload - monthly recurring charges are not visible however part of payload itself.
has anyone seen this issue before. pls guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 02:23 AM
@molayd - sharing the screenshots -
if you review them, you will see 0 value available in Monthly Recurring Charges when order created using Payload. (REST API Explorer). pls advise what could be the issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 05:03 AM
Could you please check if you're using the item price in your JSON payload?
"itemPrice": [
{
"price": {Object},
"priceType": "String",
"recurringChargePeriod": "String"
}
]
"productOrderItem:" [
{
"action": "String",
"committedDueDate": "String",
"externalProductInventory": [Array],
"id": "String",
"itemPrice": [Array],
"product": {Object},
"productOffering": {Object},
"productOrderItemReleationship": [Array],
"quantity": Number,
"state": "String",
"@type": "String"
}
]
Hope this should solve the problem.
Thanks,
Molay