0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Salesforce のAPIでOpportunityは取得できるのにOpportunityLineItemsが取得できない時に確認する所

Posted at

まとめ

商談商品を取得するためには価格表オブジェクトの参照権限も必要になります。
※要出典
価格表 (Pricebook2) オブジェクトの参照権限も付与しましょう。
image.png

商談レコードの取得エンドポイント
https://example.my.salesforce.com/services/data/v61.0/sobjects/Opportunity/{opportunityId}

商談商品レコードの取得エンドポイント
https://example.my.salesforce.com/services/data/v61.0/sobjects/Opportunity/{opportunityId}/OpportunityLineItems

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?