Advertisement
verygoodplugins

Untitled

Jun 28th, 2023
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [1] => stdClass Object
  2. (
  3. [body] => Array
  4. (
  5. [0] => stdClass Object
  6. (
  7. [message] => Required fields are missing: [PricebookEntryId]
  8. [errorCode] => REQUIRED_FIELD_MISSING
  9. [fields] => Array
  10. (
  11. [0] => PricebookEntryId
  12. )
  13.  
  14. )
  15.  
  16. [1] => stdClass Object
  17. (
  18. [message] => Order Products must have a Price Book Entry that belongs to the Price Book related to the parent Order.: Price Book Entry ID
  19. [errorCode] => FIELD_INTEGRITY_EXCEPTION
  20. [fields] => Array
  21. (
  22. [0] => PricebookEntryId
  23. )
  24.  
  25. )
  26.  
  27. [2] => stdClass Object
  28. (
  29. [message] => Enter a List Price.: List Price
  30. [errorCode] => FIELD_INTEGRITY_EXCEPTION
  31. [fields] => Array
  32. (
  33. [0] => ListPrice
  34. )
  35.  
  36. )
  37.  
  38. )
  39.  
  40. [httpHeaders] => stdClass Object
  41. (
  42. )
  43.  
  44. [httpStatusCode] => 400
  45. [referenceId] => orderItemRef0
  46. )
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement