Skip to content

Commit

Permalink
Edit sb campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler committed Jan 31, 2020
1 parent e6b6542 commit 20a3a80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions amazon_advertising_api/advertising_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@ def update_campaigns(self, data):
interface = 'campaigns'
return self._operation(interface, data, method='PUT')

def update_campaigns_sb(self, data):
interface = 'sb/campaigns'
return self._operation(interface, data, method='PUT', ignore_version=True)


def archive_campaign(self, campaign_id):
"""
Sets the campaign status to archived. This same operation can be
Expand Down

0 comments on commit 20a3a80

Please sign in to comment.